I am attempting to implement global error handling in my MVC application.
I have some logic inside my Application_Error that redirects to an ErrorController but it's not working.
I have a break point inside my Application_Error method in the the Global.aspx.
When I force an exception the break point is not being hit. Any ideas why?