1 |
william |
112 |
<?xml version="1.0"?> |
2 |
william |
4 |
<configuration> |
3 |
|
|
<configSections> |
4 |
|
|
</configSections> |
5 |
|
|
<connectionStrings> |
6 |
william |
112 |
<add name="AnywhereTS.My.MySettings.atsConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename="C:\Documents and Settings\ab\My Documents\AnywhereTS\TS-CONIFG\SOURCE\TSAdminTool\ats.mdf";Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/> |
7 |
william |
4 |
</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 |
william |
112 |
<add name="DefaultSwitch" value="Information"/> |
21 |
william |
4 |
</switches> |
22 |
|
|
<sharedListeners> |
23 |
william |
112 |
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/> |
24 |
william |
4 |
<!-- 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 |
william |
112 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> |