ajaxpro

asp.net 3.5

在<configuration>节点下面加上这个节点:

<location path="ajaxpro">
    <system.webServer>
      <handlers>
        <add verb="*" path="*.ashx" name="AjaxPro" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2" />
      </handlers>
    </system.webServer>
  </location>

asp.net 2.0

在<system.web> -> <handlers>下加上

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

posted @ 2014-09-15 15:59  美丽的矩阵  阅读(57)  评论(0)    收藏  举报