Reputation: 7692
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
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.
Marc
Upvotes: 3
Reputation: 161773
In fact, see http://social.msdn.microsoft.com/Search/en-US/?Refinement=27&Query=service+trace+viewer+resources.
Upvotes: 1