Hi all,
I have a WCF REST service that is deployed to IIS on my development machine and running and is a listener to service bus.
I attached the listener service VS to w3wp process , but when I invoke the listener from client through service bus, the debugger in the listener WCF service does not hit ?
How do I debug the listener service when the calls are made from the service bus relay ?
- Girija