IisTraceWebEventProvider Class
Represents an event provider that routes ASP.NET tracing events to the IIS 7.0 infrastructure.
Assembly: System.Web (in System.Web.dll)
ASP.NET health monitoring enables administrators to manage deployed Web applications. The System.Web.Management namespace contains the event types that obtain health-status data and the provider types that process this data. It also contains supporting types that help you manage health events.
The Iis7TraceWebEventProvider class is a customized health-event provider that processes ASP.NET tracing events by routing them through the IIS 7.0 tracing infrastructure. This routing occurs only when tracing is enabled in ASP.NET.
IisTraceWebEventProvider is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.
Note: |
|---|
This class does not route IIS 7.0 trace events into ASP.NET page events. |
System.Configuration.Provider::ProviderBase
System.Web.Management::WebEventProvider
System.Web.Management::IisTraceWebEventProvider
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: