<?xml version="1.0"?>
<configuration>
  <!--IIS经典模式下使用-->
  <system.web>
    <httpHandlers>
      <add path="request.aspx" verb="*" type=" Bll.Handler.Test"/>
      <add path="test.aspx" verb="*" type=" Bll.Handler.Test"/>
    </httpHandlers>
  </system.web>
  <!--IIS集成模式下使用-->
  <!--<system.webServer>
    <handlers>
      <add name="request" path="request.aspx" verb="*" type=" Bll.Handler.Test"/>
      <add name="test" path="test.aspx" verb="*" type=" Bll.Handler.Test"/>
    </handlers>
  </system.webServer>-->
</configuration>

 

相关文章:

  • 2021-07-31
  • 2022-02-04
  • 2021-06-30
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2021-09-21
  • 2021-09-27
  • 2021-10-15
  • 2021-08-28
相关资源
相似解决方案