McKelt.com

Remembering Thoughts

 

Recent comments

Authors

Categories


Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010

WCF Tracing

In the web.config in between the <configuration></configuration> tags

 

<system.diagnostics>
            <sources>
                  <source name="System.ServiceModel"
                              switchValue="Information, ActivityTracing"
                              propagateActivity="true">
                        <listeners>
                              <add name="traceListener"
                                    type="System.Diagnostics.XmlWriterTraceListener"
                                    initializeData= "WCFTrace.svclog" />
                        </listeners>
                  </source>
            </sources>
            <trace autoflush="true" />
      </system.diagnostics>

Posted by chris on Friday, November 13, 2009 12:03 PM
Permalink | Comments (0) | Post RSSRSS comment feed

Add comment


(Will show your Gravatar icon)

  Country flag

biuquote
  • Comment
  • Preview
Loading