我参考《ASP.Net中自定义Http处理及应用之HttpModule篇》一文: http://www.xxy8.com/v2/2003-8/2003826192506.htm
写的代码:
web.config
<configuration> <system.web> <httpModules> <add name="test" type="test.MyHttpModule, test" /> </httpModules> </system.web> </configuration>
MyHttpModule.vb
|
请发表评论