Author: Timothy Khouri | Posted on: 8/29/2008 5:52:07 AM | Views : 825

Logging is a common Cross-Cutting Concern that many ASP.NET developers solve in the Global.asax file. Because MVC is built on top of ASP.NET you *could* tap into the same solution, but there is a better way. This article will show how easy it is to add logging to your web app using ASP.NET MVC Action Filters. ...

Go to the complete details ...