天天看點

使用Ajax Web.config配置

如果用IIS6釋出,需要在<System.Web>标簽中添加下面代碼,如果是在IIS7中釋出網站,則需要在<System.WebServer>标簽中添加

<httpHandlers>

      <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>     

    </httpHandlers>

轉載于:https://www.cnblogs.com/li12fei12/archive/2012/06/27/2566129.html