S
STom
If I have the following setting in my machine.config file:
<trace enabled="true" pageOutput="false">
and in my web.config
<trace enabled="true" pageOutput="false"/>
are these the same thing? for example if in my web.config file I have:
<trace enabled="true" pageOutput="true" />
Doesn't the local web.config file settings override the machine.config file
settings? I am trying to figure out here if I can just change the
machine.config file to get a trace output to the trace.axd file.
Thanks.
STom
<trace enabled="true" pageOutput="false">
and in my web.config
<trace enabled="true" pageOutput="false"/>
are these the same thing? for example if in my web.config file I have:
<trace enabled="true" pageOutput="true" />
Doesn't the local web.config file settings override the machine.config file
settings? I am trying to figure out here if I can just change the
machine.config file to get a trace output to the trace.axd file.
Thanks.
STom