Should I work with WCF code if the service is running on a remote computer?
If not, is there a debugger option that will allow me to do this? I have code that loads into the solution from which I call it, but when I find it, it is not included in the WCF code.
The method I call is optional, if that matters.
I have VS2008
source
share