| |||||||
ASP.NET Trace FunctionalityASP.NET aids the debugging and testing process by providing a trace capability that does two things when enabled:
Performance data and any tracing messages that you specify are appended to the HTML output stream that is sent to the requesting browser, or to an application's trace.axd file, which is written in the application's root directory. This information can help you to clarify errors or undesired results as the framework processes a page request. Trace statements are processed and displayed only when tracing is enabled, and you can control whether it is displayed to a page, to the trace reader that stores all trace information for requests to your application, or both. Tracing can be enabled for a single ASP.NET page or an entire application. This section details how to enable tracing for a page or an application, how to interpret the trace information, and how to include custom trace statements in your code. In This Section
|
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note