在<system.web>节点下配置
<httpHandlers>
        <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
</httpHandlers>
2.AjaxPro.2.dll在web.config中的配置如下:
在<system.web>节点下配置
<httpHandlers>
      <add verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>
</httpHandlers>

相关文章:

  • 2021-10-24
  • 2021-10-31
  • 2021-11-05
  • 2021-08-21
  • 2021-09-06
猜你喜欢
  • 2021-08-27
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-07-01
  • 2022-01-27
相关资源
相似解决方案