Pages

Men

rh

7/11/2012

Where is the trace output displayed by default in Asp.Net

Where is the trace output displayed by default?

By default, trace output is displayed at the end of each Web page. While this is fine for debugging purposes, you’ll generally want to write trace output to a log file when you start testing your completed application. To write trace messages to a log file for an entire application, in the application’s Web.config file, set the trace element’s PageOutput attribute to False. ASP.NET then writes trace output to the Trace.axd file in your application’s root folder.

No comments :

Post a Comment