Tracing in .Net 2.0

added by learndotnet
5/12/2011 3:29:25 AM

165 Views

Tracing is a new feature given in .Net 2.0 that helps the user to view different steps occurred while execution of a single ASP.net Page at run time. Tracing Information help you to investigate errors or unwanted results while ASP.Net process a page request.


0 comments