Identifying IIS worker processes
The other day I had to debug a running IIS process. There was a nifty little command to figure out which process to attach to:
C:\Windows\System32\Inetsrv\appcmd list wp
Apart from the terrible fact that I had to debug a running IIS process this was a useful command.
Comments
- Anonymous
June 17, 2012
The comment has been removed - Anonymous
June 19, 2012
@teoman: Could be an isue of where you have windows installed... or if you're using an older version of IIS it wouldn't work either.