How to Test and Debug an ASP.NET Application—How to use the Trace feature
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Tutorials |
| ASP.NET Tutorials |
|
|
© 2006 Mike Murach & Assoc. |
How to use the Trace feature
The Trace feature is an ASP.NET feature that displays some useful information that you can’t get by using the debugger. Because the debugger works so well, you probably won’t need to use the Trace feature very much, but you should at least be aware of the information that it can provide.
|

