sachin kulkarni
sachin kulkarni

Reputation: 2828

Enable Tracing of Hosted WCF Service on Server

I have hosted a WCF application on server. I need to trace the info,warnings and errors generated at server. Please let me know the necessary changes need to be done.Please also let me know how to use the trace generated.

Regards, Sachin K

Upvotes: 2

Views: 4235

Answers (1)

Simon Mourier
Simon Mourier

Reputation: 138915

Maybe the official doc would help: Configuring Tracing

There is also a very interesting recent post from a WCF guy explaining the whole picture in detail here: WCF Extensibility – System.Diagnostic Tracing

Upvotes: 7

Related Questions