文章分类 -  Ajax

ajax 不同版本iis的web.config配置
摘要:1. IIS6.0 system.web节点中添加 <httpHandlers> <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax" /> </httpHandlers>2. IIS7.5system.webServer节点中添加 <handlers&g... 阅读全文
posted @ 2010-10-11 17:43 blair0807 阅读(682) 评论(0) 推荐(0)