I have published an article on “Tracing Enhancement in ASP.NET 2.0“ in my site. Here is the short description about this article,
Tracing is the new feature introduced in ASP.NET 1.x. This feature is used to track application execution flow, which can be used for diagnosing problems in production environment. Tracing also provides other details like Session Details, View State details and debugging messages emitted from the code, which also help to diagnose problems. ASP.NET 2.0 comes with few improvements in this feature. This article discusses some of the tracing enhancements of ASP.NET 2.0. Following are the list of improvements covered in this article,
- MostRecent Attribute in Trace configuration
- Programmatic access to Trace messages
- Integration between system.diagnostics.trace and httpcontext.trace
For more information....