Mercurial > pub > bltoolkit
annotate Demo/WebServices/Server/Web.config @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
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> |