Explain how to configure Trace switches in the application's .config file.
<configuration>
<system.diagnostics>
<switches>
<add name="DataMessagesSwitch" value="0" />
<add name="TraceLevelSwitch" value="0" />
</switches>
</system.diagnostics>
</configuration>
Both switches are off, to turn them on , replace 0 by 1.