Great article series on new tracing API in ASP.NET 2.0

Mike Rousos has put together a great article series for the ASP.NET 2.0 tracing system. A must read for all ASP.NET 2.0 developers!

A Tracing Primer – Part I

  • Introduction
  • Instantiating a TraceSource
  • Adding Tracing Events
  • Configuring source using config file and programmatically
  • Trace Listeners

A Tracing Primer – Part II (A)

  • Trace Filters (Event Type Filter and Source Filter)

A Tracing Primer – Part II (B)

  • Custom Trace Listeners
  • Custom Attributes on a Custom Trace Listener

A Tracing Primer – Part II (C)

  • Relative Path in Config files

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.