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)
System.Configuration.Provider::ProviderBase
System.Web.Management::WebEventProvider
System.Web.Management::IisTraceWebEventProvider
| Name | Description | |
|---|---|---|
![]() | IisTraceWebEventProvider() | Initializes a new instance of the IisTraceWebEventProvider 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.) |
![]() | Flush() | Moves the events from the provider's buffer into the event log.(Overrides WebEventProvider::Flush().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Initializes a new instance of the IisTraceWebEventProvider with the data that is necessary to process events.(Overrides ProviderBase::Initialize(String^, NameValueCollection^).) |
![]() | ProcessEvent(WebBaseEvent^) | 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 IisTraceWebEventProvider 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 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. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


