Handling Errors in ASP.NET MVC Applications

No matter how proficiently you developed your application there are chances that your code may not work as expected and will generate an error at runtime. Users may enter some invalid data, mathematical calculations can go wrong, some network level fault may cause errors and more. That is why it is always a good idea to implement a robust error handling mechanism in your web application. To that end ASP.NET MVC offers several techniques that help you build such an error handling mechanism. This article discusses them with examples.

http://www.binaryintellect.net/articles/42d95c5a-c885-4335-a494-8c3a47931dff.aspx

 

No Comments