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
Somewhere your site is trying to navigate to ~/Error and it can't find it because it doesn't exist.
Trying removing or disabling customErrors in your Web.config. I'm willing to be its set to the default of on and redirect to ~/Error
If you want to post your Web.config (omitting any sensitive information) I can probably help. I've dealt with similar issues with Elmah recently.