How do we enable tracing ?
By on Apr 29, 2007 in ASP.NET Interview Questions
Instead of enabling tracing for individual pages, you can enable it for your entire application. In that case, every page in your application displays trace information. Application tracing is useful when you are developing an application because you can easily enable it and disable it without editing individual pages. When your application is complete, you [...]


