摘要: 在web.config中添加:<httpHandlers> <add verb="POST,GET" path="*.ashx" type="Ajax.PageHandlerFactory, Ajax"/> </httpHandlers><system.webServer> <handlers> <add name="Ajax" verb="POST,GET" path ="ajax/*.ashx" type= 阅读全文
posted @ 2011-05-12 14:27 Wythe 阅读(2299) 评论(0) 推荐(0) 编辑