Mercurial > pub > bltoolkit
annotate Demo/WebServices/Server/Web.config @ 2:79a04c6442bf
file name case fix
author | cin |
---|---|
date | Fri, 22 Aug 2014 13:41:57 +0400 |
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> |