ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/branches/anywherets.r2.sourceforge/TSControlPanel/app.config
Revision: 5
Committed: Wed Jul 11 15:09:09 2012 UTC (10 years, 10 months ago) by william
File size: 438 byte(s)
Log Message:
Created branch: anywherets.r2.sourceforge
Snapshot of: https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/
at Revision 2

File Contents

# User Rev Content
1 william 4 <?xml version="1.0" encoding="utf-8" ?>
2     <configuration>
3     <configSections>
4     </configSections>
5     <connectionStrings>
6     <add name="AnywhereTS.Properties.Settings.atsConnectionString"
7     connectionString="Data Source=.\SQLEXPRESS;Database='AnywhereTS';Integrated Security=True;Connect Timeout=30;User Instance=False"
8     providerName="System.Data.SqlClient" />
9     </connectionStrings>
10     </configuration>