Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser   
  |   Font Size...      

VB\Switches\app.config

<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
    <system.diagnostics>
        <switches>
            <add name="ABooleanSwitch" value="1" />
            <add name="ATraceSwitch" value="4" />
        </switches>
        <trace autoflush="false" indentsize="4" />
    </system.diagnostics>
</configuration>