annotate Demo/WebServices/Server/Web.config @ 7:99cd4f3947d8
Закомментированы строки мешающие добавлению авиа дежурств.
author |
nickolay |
date |
Fri, 27 Oct 2017 18:26:29 +0300 |
parents |
f990fcb411a9 |
children |
|
rev |
line source |
0
|
1 <?xml version="1.0"?>
|
|
2 <configuration>
|
|
3 <appSettings/>
|
|
4 <connectionStrings>
|
|
5 <add name="Default" connectionString="Server=.;Database=BLToolkitData;Integrated Security=SSPI" providerName="System.Data.SqlClient"/>
|
|
6 </connectionStrings>
|
|
7 <system.web>
|
|
8 <compilation debug="true" targetFramework="4.0"/>
|
|
9 <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web>
|
|
10 </configuration>
|