0
kicks
Gal Segal's Blog | ASP.NET MVC Global Error Filter Attribute
ASP.NET MVC3 introduced the global filters, allowing developers to register a filter across all controllers and action once – typically in “Application Start” event in the Global.asax. This feature can be used to perform a “catch all” place for all application errors.