Health Monitoring and ASP.NET MVC
Posted by: K. Scott Allen,
on 13 Oct 2009 |
View original | Bookmarked: 0 time(s)
Health monitoring has been available in ASP.NET since v 2.0, and the health monitoring features can give you information you cant find anywhere else. I was troubleshooting an MVC application recently and needed information about the application: When was the application starting? When was the application shutting down? Why was the application shutting down? When was view compilation taking place? This is the type of information you can record with health monitoring in both Web...