Hello World


Tuesday, January 8, 2008

ASP.NET Tracing

ASP.NET enables you to view diagnostic information about a request for an ASP.NET page. Tracing also enables you to write debug statements directly in your code without having to remove them from your application when it is deployed to production servers. You can write variables or structures in a page, assert whether a condition is met, or simply trace through the execution path of your page or application. You can view tracing information appended to the end of a page, or in a separate trace viewer, or both.

The topics in this section describe how tracing works, how to manage tracing, and how to integrate ASP.NET tracing with .NET system diagnostics.

ASP.NET Tracing
Application-level Trace Logging
diagnostics Element

No comments:

4GuysFromRolla.com Headlines