How do I debug a remote WCF service hosted in Win Server 2003 IIS6
Hi,
How do i debug into a WCF service in a remote machine (IIS6) using VS2008?
Rajasoorya_KC Monday, October 12, 2009 8:11 AM
Install the VS remote debugger onto the remote machine. Stick a Debugger.Break in your WCF service code. Attach from your original machine when the exception occurs.
Install the VS remote debugger onto the remote machine. Stick a Debugger.Break in your WCF service code. Attach from your original machine when the exception occurs.