Custom HttpModule for IIS 7 for integrated

前端 未结 3 1716
猫巷女王i
猫巷女王i 2021-02-15 20:41

I\'m having troubles with a custom Error handler I built. It should be a HttpModule, but when I add it to my web.config\'s system.webServer/modul

3条回答
  •  醉话见心
    2021-02-15 21:22

    From what I can see you're on the right track. Have you made sure your site's application pool is set to Managed Pipeline mode?

    Also if you're testing this with the built in Visual Studio web server (Cassini) then the section will be ignored. You'll need IIS7 or IIS7.5 Express if you want the module to load from there.

提交回复
热议问题