aspnet-mvc-exception-management


ASP.NET MVC exception management, custom exception attributes, logging

This code sample aims to demonstrate how to do exception management with ASP.NET MVC. The usage of custom exception attributes and HandleError are demonstrated. The example comes to demonstrate how to use log4net.

refer http://kbochevski.blogspot.com/2009/12/mvc-exception-management.html for detailed explanation.

Project Information

Labels:
MVCExceptionmanagement MVCExceptionattributes MVClog4net customattributes mvc.net