|
Home > Archive > microsoft.public.cert.exam.mcsd > August 2003 > Contradictory info on trace.axd and PageOutput
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Contradictory info on trace.axd and PageOutput
|
|
|
| >how could MS and MeasureUp both be wrong ....
My guess is that the MS/MeasureUp explanation may have
been true during the beta.
You did the right thing and confirmed for yourself what
really happens. And in the process learned not to assume
that any source is always 100% perfect...
By the way, if you take the trouble to send feedback to MS
and Transcender, they do (eventually) correct the
mistakes. The Transcender LiveUpdate facility is really
good. Don't know about MeasureUp.
Just for fun, allow me to add a little to the apparent
inconsistencies:
There is no trace.axd file at all in the application
directory structure. Instead, this request is handled by
the TraceHandler object defined in the <httpHandlers>
element of the machine.config file.
Have fun,
Maria
| |
| Justin Dutoit 2003-08-25, 6:24 am |
| I was hoping you would reassure me and say that it doesn't matter whether
pageOutput=true or false, the tracing info still goes onto the trace.axd
file ... 
Justin
"Maria" <maria.rutgers@getronics.com> wrote in message
news:03ba01c36aec$b47ec9a0$a00
1280a@phx.gbl...
> >how could MS and MeasureUp both be wrong ....
>
> My guess is that the MS/MeasureUp explanation may have
> been true during the beta.
>
> You did the right thing and confirmed for yourself what
> really happens. And in the process learned not to assume
> that any source is always 100% perfect...
> By the way, if you take the trouble to send feedback to MS
> and Transcender, they do (eventually) correct the
> mistakes. The Transcender LiveUpdate facility is really
> good. Don't know about MeasureUp.
>
> Just for fun, allow me to add a little to the apparent
> inconsistencies:
> There is no trace.axd file at all in the application
> directory structure. Instead, this request is handled by
> the TraceHandler object defined in the <httpHandlers>
> element of the machine.config file.
>
> Have fun,
> Maria
>
>
|
|
|
|
|