Hi in my project we are using channelfactory and WCF Services and it hosted as a another application in inetmgr now i want to debug that wcf services. How???
project Structure
1) BL + DAL - Class Library
2)WCF Services - like Application - Hosted On IIS
3) proxy Layer
4) UI
Loading
Jignesh TrivediPosted Jun 17, 2013, 4:04 AM
hi,
you can do one thing.
your source code of WCF service direct host on IIS and put debug pointer on source code.
Attach your source code to IIS process.
Tool >> Attach Process....
Please refer
http://anilsharmadhanbad.blogspot.in/2009/07/debugging-wcf-service-hosted-in-local.html
http://cedricboudoya.wordpress.com/2008/11/04/how-to-debug-a-wcf-service/
hope this will help you.