ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/VBDLL/app.config
Revision: 112
Committed: Sat Jul 14 07:14:59 2012 UTC (10 years, 10 months ago) by william
File size: 1754 byte(s)
Log Message:
+ update to .NET Framework 4.0

File Contents

# Content
1 <?xml version="1.0"?>
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" providerName="System.Data.SqlClient"/>
7 </connectionStrings>
8 <system.diagnostics>
9 <sources>
10 <!-- This section defines the logging configuration for My.Application.Log -->
11 <source name="DefaultSource" switchName="DefaultSwitch">
12 <listeners>
13 <add name="FileLog"/>
14 <!-- Uncomment the below section to write to the Application Event Log -->
15 <!--<add name="EventLog"/>-->
16 </listeners>
17 </source>
18 </sources>
19 <switches>
20 <add name="DefaultSwitch" value="Information"/>
21 </switches>
22 <sharedListeners>
23 <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
24 <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
25 <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
26 </sharedListeners>
27 </system.diagnostics>
28 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>