views:

10

answers:

1

I'm trying attach to WCF service which is published at Windows Server 2008. I have this WCF at my machine with XP. I have some weird errors at server and I want to attach to this wcf from server with Windows Server 2008.

I can't find good tutorial aobut this issue.

Could you recommend me good tutorial ?

+1  A: 

Look into remote debugging, basically you install a small client on the remote machine and connect to it from your machine.

Shay Erlichmen