Process ID IIS

currently i need to debug my sourcecode remotly. but its an IIS and normaly runds three w3p3.exe with different AppPools… so how in hell can i figure out which process is mine?

actually there is an app for that 🙂

  1. open cmd
  2. goto systemroot\system32\inetsrv
  3. run: appcmd list wp
  4. tada… 🙂

source

or create a .bat file:

systemroot\inetsrv\appcmd list wp
SET /P anykey=[promptString]

Comments are closed.