Files
2017-03-26 20:00:03 +02:00

40 lines
1.9 KiB
XML

<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="Modules" value=""/>
<add key="NewVersionServer" value=""/>
<add key="EnableDiagnosticActions" value="False"/>
<add key="WCFUrl" value="http://localhost:5959/wcf"/>
<!--
Use the one of predefined values: None, ApplicationFolder, ApplicationDataFolder. The default value is ApplicationFolder.
<add key="TraceLogLocation" value="CurrentUserApplicationDataFolder"/>
<add key="UserModelDiffsLocation" value="CurrentUserApplicationDataFolder"/>
<add key="Languages" value="de;es;ja;ru"/>
-->
</appSettings>
<connectionStrings>
<add name="EasyTestConnectionString" connectionString="Integrated Security=SSPI;Pooling=false;Data Source=(local);Initial Catalog=SecuritySystemExampleEasyTest"/>
<!--
Use the following connection string to connect to a database on the Microsoft SQL Server Express:
<add name="ConnectionString" connectionString="Integrated Security=SSPI;Pooling=false;Data Source=.\SQLEXPRESS;Initial Catalog=SecuritySystemExample"/>
-->
<!--
Use the following connection string to connect to a database on the Microsoft SQL Server:
<add name="ConnectionString" connectionString="Integrated Security=SSPI;Pooling=false;Data Source=(local);Initial Catalog=SecuritySystemExample" />
-->
<!--
Use the following connection string to connect to a Jet (Microsoft Access) database:
<add name="ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Password=;User ID=Admin;Data Source=SecuritySystemExample.mdb;Mode=Share Deny None;"/>
-->
</connectionStrings>
<system.diagnostics>
<switches>
<!-- Use the one of predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
<add name="eXpressAppFramework" value="3"/>
<!--
<add name="XPO" value="3" />
-->
</switches>
</system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>