From b44d134824eea55845b720e6724e3606ea8527c8 Mon Sep 17 00:00:00 2001 From: tennc Date: Tue, 16 Jun 2015 12:02:09 +0800 Subject: [PATCH] Create httpHandlers.md --- aspx/httpHandlers_backdoor/httpHandlers.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 aspx/httpHandlers_backdoor/httpHandlers.md diff --git a/aspx/httpHandlers_backdoor/httpHandlers.md b/aspx/httpHandlers_backdoor/httpHandlers.md new file mode 100644 index 0000000..fc17d0e --- /dev/null +++ b/aspx/httpHandlers_backdoor/httpHandlers.md @@ -0,0 +1,14 @@ +修改web.config,添加或者修改httpHandlers: + + + + + +如果已经存在 httpHandlers 则在标签内添加,如果也有配置httpHandlers那么就配置在里 + +但是有一点需要特别注意:里面一定要配置runAllManagedModulesForAllRequests为true,否会启动报错。 + + + + +