Vista+IIS7.0下无法使用AjaxPro的解决方法

原先在Win2003+Asp.Net2.0运行环境下正常的网站(使用了AjaxPro),转到Vista下发现无法正常运行,总司报XX未定义(XX为使用了AjaxPro的页面的类名)。后来在网上找到了解决方法,原来在web.config中关于AjaxPro的设置,在IIS7.0(Vista中使用的为IIS7.0)下需要在<system.webServer><handlers>下增加节点<add name="ajaxpro" verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>

posted on 2009-08-21 12:58  封起De日子  阅读(98)  评论(0编辑  收藏  举报

导航