Tracing Using the Trace.AXD
Tags:
ASP.NET
, 2003
, Beginning
By employing tracing in your ASP.NET applications, you can see all information that the ASP.NET HttpHandler sees ... the HTTP Header, server variables, client information, cookie content and more. You can also add your own information to the trace by using the TraceContext. Moreover, you can send that TraceContext to other components that will be used by your application to include trace messages from your components. This video shows you everything you'll need to know about the TraceContext component and the Trace.AXD utility.