1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00

Create httpModules.md

This commit is contained in:
tennc
2015-06-16 14:31:51 +08:00
parent 3f6e6227f8
commit a70ec18403

View File

@@ -0,0 +1,8 @@
相比修改httpHandlers显然这种办法更加的有效且安全一些。但是一定要把这个httpModule的顺序配置到httpModules的第一个。
修改web.config添加或者修改httpHandlers:
```
<httpModules>
<add name="WooYun" type="WooYun.CustomizeHttpModule"/>
</httpModules>
```