How can I stop IIS7 from using HttpHandlers?
- by mcintyre321
I'm having a bit of a play around with IIS7, just trying to catch events manually in global.asax and skip the ASP pipeline entirely. To this end, I've set
<httpHandlers>
<clear/>
</httpHandlers>
<httpModules>
<clear/>
</httpModules>
but when I call the server I get a YSOD
[HttpException]: No http…