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 🙂
- open cmd
- goto systemroot\system32\inetsrv
- run:Â appcmd list wp
- tada… 🙂
or create a .bat file:
systemroot\inetsrv\appcmd list wp
SET /P anykey=[promptString]