Can anybody guide me how to debug WCF service?
Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hemant SrivastavaPosted Nov 12, 2012, 2:12 PM
http://www.c-sharpcorner.com/UploadFile/0f68f2/how-to-debug-a-wcf-service-hosted-in-windows-service/
That might help you...
Sandeep Singh ShekhawatPosted Oct 28, 2012, 7:45 AM
Now click on Build Tab and at bottom give the Output path of bin\ directory.
WCF project and Client application is Same solution.
Set the break point in method of.svc.cs file which are you calling at client side.
http://msdn.microsoft.com/en-us/library/bb157687.aspx