I am trying to implement a session-per-request pattern in an ASP.NET MVC 2 Preview 1 application, and I\'ve implemented an IHttpModule to help me do this:
pu
My problem was that I had [HandleError] on the Controller Method, which was catching the error before my custom error handler had a chance to.