I want to remotely debug a WCF service. The application pool that hosts the WCF service runs under a special account. The user account is a domain account.
In the "Attach to process" window in Visual Studio 2012, I checked "Show all processes from all users", but it displays only WCF services hosted under the built-in IIS account (for example, NETWORK SERVICE, etc.).
How can I remotely debug this service?
source
share