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="C:\Documents and Settings\ab\My Documents\AnywhereTS\TS-CONIFG\SOURCE\TSAdminTool\ats.mdf";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> |