15 lines
379 B
Text
15 lines
379 B
Text
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<add key="Connection" value="Data Source=localhost;Initial Catalog=DynaDis;Integrated Security=true;"/>
|
||
|
</appSettings>
|
||
|
|
||
|
<system.web>
|
||
|
<compilation debug="true"/>
|
||
|
|
||
|
<customErrors mode="Off">
|
||
|
</customErrors>
|
||
|
</system.web>
|
||
|
</configuration>
|