J
Jiho Han
I have the following defined in web.config under <configuration> node:
<system.diagnostics>
<switches>
<add name="MainSwitch" value="4"/>
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListenere" type="System.Diagnostics.TextWriterTraceListener"
initializeData="c:\myListener.log" />
</listeners>
</trace>
</system.diagnostics>
When I tried to load a page, I get a configuration exception that says there
was an exception in configuration section handler. Can some tell me what is
wrong with this configuration?
Thanks
<system.diagnostics>
<switches>
<add name="MainSwitch" value="4"/>
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListenere" type="System.Diagnostics.TextWriterTraceListener"
initializeData="c:\myListener.log" />
</listeners>
</trace>
</system.diagnostics>
When I tried to load a page, I get a configuration exception that says there
was an exception in configuration section handler. Can some tell me what is
wrong with this configuration?
Thanks