chinmay.sahoo
New member
Tracing is a way to monitor the x cution of your ASP.NET application. You can record exception details and program flow in a way that oesn't affect the program's output.
Page level Tracing - Enabled on a page-by-page basis by adding "Trace=true" to the Page directive Application Tracing - You can enable tracing for the entire application by adding tracing settings in web.config. In below example, pageOutput="false" and requestLimit="20"
Page level Tracing - Enabled on a page-by-page basis by adding "Trace=true" to the Page directive Application Tracing - You can enable tracing for the entire application by adding tracing settings in web.config. In below example, pageOutput="false" and requestLimit="20"