What are the tools available to debug WCF service?.
Tools to Debug WCF service
4.6k Views Asked by sundar At
3
There are 3 best solutions below
0
On
- Attach via visual studio. As long as you dont have express edition you can use Visual Studio to attach to WCF services. That would be step 1.
- Use the message logging.
WCF Admin and Diagnostics - Use the tracing WCF Tracing
Depends on what you mean by debug. Certainly there are a lot of tools that are useful when dealing with WebServices and WCF specifically, besides the obvious use of the Visual Debugger or WinDBG. Here are some: