ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/VBDLL/app.config
Revision: 4
Committed: Wed Jul 11 14:19:13 2012 UTC (11 years, 4 months ago) by william
File size: 1740 byte(s)
Log Message:
imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/
Revision: 1
Author: beartown
Date: 3:10:40 AM, Monday, June 21, 2010
Message:
First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image

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.My.MySettings.atsConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=&quot;C:\Documents and Settings\ab\My Documents\AnywhereTS\TS-CONIFG\SOURCE\TSAdminTool\ats.mdf&quot;;Integrated Security=True;User Instance=True"
7     providerName="System.Data.SqlClient" />
8     </connectionStrings>
9     <system.diagnostics>
10     <sources>
11     <!-- This section defines the logging configuration for My.Application.Log -->
12     <source name="DefaultSource" switchName="DefaultSwitch">
13     <listeners>
14     <add name="FileLog"/>
15     <!-- Uncomment the below section to write to the Application Event Log -->
16     <!--<add name="EventLog"/>-->
17     </listeners>
18     </source>
19     </sources>
20     <switches>
21     <add name="DefaultSwitch" value="Information" />
22     </switches>
23     <sharedListeners>
24     <add name="FileLog"
25     type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
26     initializeData="FileLogWriter"/>
27     <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
28     <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
29     </sharedListeners>
30     </system.diagnostics>
31     </configuration>