Article ID: 815169 - Last Review: April 30, 2003 - Revision: 1.6 HOW TO: Monitor ASP.NET Server ApplicationsOn This PageSUMMARYThis step-by-step article describes how to monitor ASP.NET
server applications. There are several ways to monitor ASP.NET applications.
Monitoring a single application by using multiple methods provides additional
assurance that an application is functioning and that all monitoring systems
are working correctly. This article describes the major aspects of an ASP.NET
application that can be monitored. ServicesThe services that follow are required for ASP.NET applications. If either of these services is stopped, ASP.NET applications do not function.
ProcessesThe processes that follow are required for ASP.NET applications that run on Microsoft Internet Information Services (IIS) version 5.0. If either of these processes is not present, ASP.NET applications do not function.
HTTP ResponsivenessThe most effective mechanism you can use to monitor ASP.NET applications is to simulate client browser requests. Then, you must verify that a valid response is returned by the server. Ideally, the mechanism that you use to monitor will issue HTTP requests and then trigger an alarm that is based on one or more of the following criteria:
Performance CountersYou can monitor the following counters to see problems with ASP.NET applications. The specific threshold that you use to trigger an alarm may vary based on the application.Collapse this table
REFERENCESFor more information about performance counters for ASP.NET,
see the .NET Framework SDK documentation or visit the following Microsoft Web
site: http://msdn.microsoft.com/library/en-us/cpguide/html/cpconperformancecountersforaspnet.asp (http://msdn.microsoft.com/library/en-us/cpguide/html/cpconperformancecountersforaspnet.asp) | Article Translations
|


Back to the top
