212.

The config file for your ASP.NET Web app includes the following:

<system.diagnostics>
<switches>
<add name=”diagSwitch” value=”1”/>
</switches>
</system.diagnostics>


Which of the following lines, if included in a code file for the same project, will make the previous <system.diagnostics> lines useful?

No description found.