How can I stop IIS7 (integrated mode) from reporting a 404 before I get a chance to handle it?
- by Gary McGill
I have an ASP.NET MVC 2 application running on IIS7 in integrated mode. I'm trying to do my own 404 handling, but IIS7 seems to be intercepting the error and returning its own 404 message to the client before I get a chance to handle it.
I'm not having much luck coming at the problem from a programming perspective over on Stack Overflow, so I…