main
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3 <runtime>
4 <legacyUnhandledExceptionPolicy enabled="1" />
5 </runtime>
6
7 <system.runtime.remoting>
8 <customErrors mode="off"/>
9 </system.runtime.remoting>
10
11 <system.diagnostics>
12 <assert assertuienabled="false" />
13 </system.diagnostics>
14</configuration>