Extending ASP.NET Health Monitoring

The classes associated with ASP.NET health monitoring are contained in the System.Web.Management namespace. They are divided into two parts: Web event classes (also known as health events), and provider classes. Web event classes are responsible for packaging Web event information. Provider classes listen for and consume the Web events and deliver the data. The System.Web.Management namespace also contains supporting classes that help during the management of Web events. ASP.NET health monitoring uses a subscriber/provider model to provide event notifications. For more information, see ASP.NET Health Monitoring Overview.

Extensibility Options

Developers can perform any or all of the following tasks to extend ASP.NET health monitoring features:

See Also

Tasks

Walkthrough: Listening for WMI Events in ASP.NET Health Monitoring

Concepts

ASP.NET Health Monitoring Overview
Implementing Custom ASP.NET Health Monitoring Events and Providers
Configuring ASP.NET Health Monitoring