I\'ve spent a lot of time trying to figure out a workaround for this to no avail, so I thought I\'d see if anyone here has an idea.
I\'m using Elmah in my ASP.NET MVC3 a
If you use Elmah.MVC and want to use custom error pages, just change the below value to true in your Web.config:
This will keep Elmah logging enabled but stop it from trying to redirect to the default error page.