MagicAjax框架

修改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

你可能感兴趣的:(ajax框架)