I want to implement an app-wide error handling mechanism for an ASP.NET MVC2 web app. What is the standard way to do this?
I want to make sure that the user never sees a 404 error, a 500 error, or a core dump.
I want to implement an app-wide error handling mechanism for an ASP.NET MVC2 web app. What is the standard way to do this?
I want to make sure that the user never sees a 404 error, a 500 error, or a core dump.