I created a custom trace log for day to day bases, but it has some conflicts when writing the trace log in hosted web services path.

  1. My custom trace log has its own folder path and file name. So based upon the file path and file name mentioned in the app config file, the trace log will be capturing.

  2. If the folder path is not specified in the app config file, the tracer automatically chooses the application start up path.

  3. If I hosted the dll into server how to write the trace log in the hosted path, because the application start up path is not there in the hosted service. So how to take the path to write the trace log in hosted path.

I used the tracer given into the .net that will be automatically capture the trace log in web service hosted path. So how is it possible?

This my app config code:

<TextListener folderpath="" filepath="TraceLog.txt" tracefilenamestyle="PerDate" tracelevel="Error" type="Tracing.Listener,CDS.Tools"/>
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.