Tell me ,
What is tracing in ASP. NET? Why we used it?
What is tracing in ASP. NET? Why we used it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Nov 6, 2011, 8:16 AM
ASP.NET tracing enables you to view diagnostic information about a single request for an ASP.NET page. ASP.NET tracing enables you to follow a page's execution path, display diagnostic information at run time, and debug your application. ASP.NET tracing can be integrated with system-level tracing to provide multiple levels of tracing output in distributed and multi-tier applications.
The Answer is taken from our recommended Articles ;
http://www.c-sharpcorner.com/uploadfile/a954ae/tracing-in-net-2-0/
http://www.c-sharpcorner.com/uploadfile/abhikumarvatsa/tracing-in-Asp-Net/