-:通过404错误

 

     }

 

二:通过重写IHttpModule

 

149 

 

  在web.config中添加

   <httpModules>
      <add name="MyHttpModule" type="MyHttpModule"/>
    </httpModules>

 

 

IHTTPModule的实现URL重写
2008-06-21 06:18

</httpHandlers>

相关文章:

猜你喜欢
  • 2021-11-09
  • 2021-11-28
  • 2021-06-09
  • 2021-11-20
  • 2021-12-25
相关资源
相似解决方案