Wednesday, June 17, 2009

Easing The Pain Of WCF Debugging

Recently I came across a nice article about WCF debugging. htttp://davybrion.com/blog/2008/08/easing-the-pain-of-wcf-debugging/. It explains how to enable WCF tracing. It logs all the WCF activities and provides clues for the potential issues. Error tracing is quite detailed. It actually helped me a in resolving few issues related to unhanlded exceptions. The exception message text is quite detailed and sometimes gives the clue about the solution. Quit helpful and must know for every WCF developer.

No comments: