修改Web.config文件 < configuration > < configSections > < section name = " magicAjax " type = " MagicAjax.Configuration.MagicAjaxSectionHandler, MagicAjax " /> </ configSections > < magicAjax outputCompareMode = " HashCode " tracing = " false " > < pageStore mode = " NoStore " unloadStoredPage = " true " cacheTimeout = " 5 " maxConcurrentPages = " 5 " maxPagesLimitAlert = " false " /> </ magicAjax > < appSettings > < add key = " DBConfig " value = " Uid=sa;pwd=;database=AjaxDB " /> </ appSettings > < system.web > < httpModules > < add name = " MagicAjax " type = " MagicAjax.MagicAjaxModule, MagicAjax " /> </ httpModules > 然后再导入就OK了下载 地址 : http://files.cnblogs.com/yzxchoice/magicajax-0.3.0-NET1.1.zip 转载于:https://www.cnblogs.com/yzxchoice/archive/2006/12/27/605135.html