Tracing

J

Jim Heavey

I am trying to understand the use of Tracing/

In the @page you can add Trace="true" which provides a page of tracing
information. Where can I find some material to help me make sense of the
information which is presented. I hear it is very useful, so I would like
to undertand how to use it.

What is the difference between the @Page directive of Trace="True" and the
<trace> element in the web.Configure file? I have used this option and
then used the "trace.axd" utility to presnt the information. Kind of looks
like the same information with a different way to get at it. Any material
which will help me understand what is being presented and how to use?


Thanks in advance for your assistance!!!!!!!!!
 
C

Cowboy \(Gregory A. Beamer\)

The tracing information becomes even more useful when you output your own
trace information. As implemented by default, you can see where potential
perf problems are, but not much else. When you write to trace, you have a
bit of a debug on a production application, without incurring a lot of
overhead (like a debugger would).

The benefit of trace.axd is the ability to view the trace information
without everyone in the world being able to view it, or is that "being
forced to view it."

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top