I am attempting to implement gobal error handeling, in my MVC application.
I have some logic inside my Application_Error that redirects to an ErrorController, but its 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 idea why?