Application_Error not firing when customerrors = “On”

UPDATE Since this answer does provide a solution, I will not edit it, but I have found a much cleaner way of solving this problem. See my other answer for details… Original Answer: I figured out why the Application_Error() method is not being invoked… Global.asax.cs public class MvcApplication : System.Web.HttpApplication { public static void RegisterGlobalFilters(GlobalFilterCollection … Read more