修改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了下载 地址 :https://files.cnblogs.com/yzxchoice/magicajax-0.3.0-NET1.1.zip 相关文章: