ASP.NET MVC HandleError Attribute, Custom Error Pages and Logging Exceptions

United States Minor Outlying Islands
October 28, 2013 2:55am CST
The HandleError attribute (which appears on the default controllers in an MVC project) tells the framework that if an unhandled exception occurs in your controller that rather than showing the default Yellow Screen of Death it should instead serve up a view called Error.
Mis-adventures in programming in C#, ASP.NET, PowerShell, F#, etc., etc. yada yada // TODO: finish this bit 17 Apr 2009 ASP.NET .NET I'm sure I don't need to tell you how bad serving a Yellow Screen of Death to your users is. Nonetheless, it seems to be pr
1 person likes this
No responses