Remote WCF Debugging Services Running Under an IIS Account

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?

+4
source share
2 answers

, . WCF. , WCF . WCFService.svc , WCF , . , .

0

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


All Articles