Mercurial > pub > bltoolkit
annotate Demo/WebServices/Server/Web.config @ 9:1e85f66cf767 default tip
update bltoolkit
author | nickolay |
---|---|
date | Thu, 05 Apr 2018 20:53:26 +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> |