home *** CD-ROM | disk | FTP | other *** search
- <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>