IisTraceListener Class
.NET Framework 3.0
Provides a listener that routes all tracing and debugging output to the IIS 7.0 infrastructure.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The IisTraceListener class connects the tracing mechanism of ASP.NET to IIS 7.0. This listener class enables developers who create ASP.NET applications and who implement the IHttpModule and IHttpHandler interfaces to raise page-level, module-level, or handler-level events to the IIS 7.0 infrastructure when tracing is enabled.
Note: |
|---|
| This listener class does not route IIS 7.0 events to ASP.NET classes. This includes the Page class and classes that implement the IHttpModule or IHttpHandler interface. |
IisTraceListener is introduced in the . For more information, see The .NET Framework 3.5 Architecture.
System.Object
System.MarshalByRefObject
System.Diagnostics.TraceListener
System.Web.IisTraceListener
System.MarshalByRefObject
System.Diagnostics.TraceListener
System.Web.IisTraceListener
Community Additions
ADD
Show:
Note: