home *** CD-ROM | disk | FTP | other *** search
/ 95.86.62.111 / 95.86.62.111.tar / 95.86.62.111 / 85 / APT5 / wApt5MK.exe.config < prev    next >
Extensible Markup Language  |  2007-11-05  |  2KB  |  38 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.     <configSections>
  4.         <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
  5.             <section name="wTaggy.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  6.         </sectionGroup>
  7.     </configSections>
  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"
  24.                  type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  25.                  initializeData="FileLogWriter"/>
  26.             <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
  27.             <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
  28.         </sharedListeners>
  29.     </system.diagnostics>
  30.     <applicationSettings>
  31.         <wTaggy.My.MySettings>
  32.             <setting name="Tutun_SrvTutun_Service1" serializeAs="String">
  33.                 <value>http://localhost/SrvTutun/srvtut.asmx</value>
  34.             </setting>
  35.         </wTaggy.My.MySettings>
  36.     </applicationSettings>
  37. </configuration>
  38.