Should i be able to step through WCF code if the service is running on a remote machine?
If not is there a debugger setting that will let me do this? I have the code loaded in the solution I am calling it from, but when I step through it doesn't step into the WCF code.
The method I'm calling is not oneway either should that matter.
I have VS2008