<?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>
转载于:https://www.cnblogs.com/foreverfendou/p/5804124.html
转载请注明原文地址: https://mac.8miu.com/read-14407.html