Should I go through WCF code if the service is running on a remote machine?

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

0
source share
3 answers

You can use remote debugging if it is not hosted in IIS.

If it is hosted on a remote IIS, but here are instructions for debugging it.

+2
source

( Visual Studio, Debug/Attach/.. .../ . , .

: http://msdn.microsoft.com/en-us/library/bt727f1t.aspx

+2

, , "Step Into" . , .

, .

0

Source: https://habr.com/ru/post/1773576/


All Articles