Application_Error in global.asax not catching errors in WebAPI
For a project I am working on, one of the things we’re implementing is something that we have code for in some of my teams older ASP.NET and MVC projects – an Application_Error exception catcher that dispatches an email to the development team with the exception experience and most relevant details.