The problem
How do you view the app pool processes running in IIS?
The Answer
Run the following command from an Admin Console Window: –
c:\windows\System32\inetsrv\appcmd.exe list wp
It will give you the process ID for each app pool and make it easier to find which W3P service to attach Visual Studio to when you have > 1 site running.