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 >
Wrap
Text File
|
2006-11-08
|
693b
|
21 lines
<configuration>
<appSettings>
<add key="TraceFile" value="Soundflavor.log"/>
</appSettings>
<!-- <system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="Serenade" type="System.Diagnostics.TextWriterTraceListener" initializeData="C:\Documents and Settings\All Users\Desktop\SoundflavorDesktop.log" />
</listeners>
</trace>
</system.diagnostics>-->
<!--this is an attempt to fix a bug when running under .net 2.0, but it causes an exception
when run in .net 1.1-->
<!-- <system.web>
<webServices >
<protocols>
<remove name="HttpSoap12"/>
</protocols>
</webServices>
</system.web>-->
</configuration>