IisTraceWebEventProvider Class
Represents an event provider that routes ASP.NET tracing events to the IIS 7.0 infrastructure.
System.Configuration.Provider::ProviderBase
System.Web.Management::WebEventProvider
System.Web.Management::IisTraceWebEventProvider
Assembly: System.Web (in System.Web.dll)
The IisTraceWebEventProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IisTraceWebEventProvider | Initializes a new instance of the Iis7TraceWebEventProvider class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) |
![]() | Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Flush | Moves the events from the provider's buffer into the event log. (Overrides WebEventProvider::Flush().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Initializes a new instance of the Iis7TraceWebEventProvider with the data that is necessary to process events. (Overrides ProviderBase::Initialize(String, NameValueCollection).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessEvent | Processes the event that was passed to the provider. (Overrides WebEventProvider::ProcessEvent(WebBaseEvent).) |
![]() | Shutdown | Performs tasks that are associated with shutting down the provider. (Overrides WebEventProvider::Shutdown().) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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 Versions and Dependencies.
Note |
|---|
This class does not route IIS 7.0 trace events into ASP.NET page events. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.



Note