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
HttpModule
web.config
system.webServer/modul
I had this problem and discovered that not turning off customErrors prevented the handler from triggering.
ie: this is required in your config for the Error event to be captured in the HttpModule: