home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / Audio-video / soundflavor / SoundflavorDJSetup.exe / SoundflavorDJ.exe.config < prev    next >
Text File  |  2006-11-08  |  693b  |  21 lines

  1. <configuration>
  2.       <appSettings>
  3.            <add key="TraceFile" value="Soundflavor.log"/>
  4.        </appSettings>
  5. <!--    <system.diagnostics>
  6.         <trace autoflush="true" indentsize="4">
  7.             <listeners>
  8.                 <add name="Serenade" type="System.Diagnostics.TextWriterTraceListener" initializeData="C:\Documents and Settings\All Users\Desktop\SoundflavorDesktop.log" />
  9.             </listeners>
  10.         </trace>
  11.     </system.diagnostics>-->
  12. <!--this is an attempt to fix a bug when running under .net 2.0, but it causes an exception
  13.     when run in .net 1.1-->
  14. <!--    <system.web>
  15.         <webServices >
  16.             <protocols>
  17.                 <remove name="HttpSoap12"/>
  18.             </protocols>        
  19.         </webServices>
  20.     </system.web>-->
  21. </configuration>