You can achieve what you want by adding trace="true"
to your page directive, instead of doing it for trace.axd.
For details, see Rob Howard's article :
http://msdn2.microsoft.com/en-us/library/ms972204.aspx
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
===================================
"David Thielen" <(E-Mail Removed)> wrote in message
news:2C7F66F7-CD00-4D31-B459-(E-Mail Removed)...
> Hi;
>
> Is there a way to put messages that are output to trace.axd so I can see
> where in my code the delay is? And is there an if (something) I can call to
> see if tracing is on so I don't have to compute output values if they are not
> going to be used?
>
> --
> thanks - dave
> david_at_windward_dot_net
> http://www.windwardreports.com
>
> Cubicle Wars - http://www.windwardreports.com/film.htm
>
>