编程人生

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
修改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
posted on 2006-12-27 16:26  choice  阅读(385)  评论(0编辑  收藏  举报