kay.one
kay.one

Reputation: 7692

How to make sense of WCF traces

I know how to enable WCF tracing and view them in the trace viewer tool, but I don't understand what it all means. is there documentation somewhere that explains what each of those levels means and how to make scene of all the information that is being logged.

also what is a good source to learn about a WCF request/response life cycle. all the stages that a message goes through in the WCF internals.

Upvotes: 2

Views: 2291

Answers (2)

marc_s
marc_s

Reputation: 754278

Don't know any doc on the Service Trace Viewer - its help file and MSDN are probably the only source I would check for.

As for intro: see Juwal Lovy's excellent WCF Essentials article here - quite a good intro.

Or if you can, buy the Learning WCF book by Michele Leroux Bustamante - one of the best around, IMO.

alt text

Marc

Upvotes: 3

Related Questions