IIS Application pool PID

On Windows Server 2008 this has changed.

in %systemroot%\system32\inetsrv you find the appcmd.exe

using

appcmd list wp

you get a list of all the worker processes and which apppool they are serving.

You might need to run this in a shell with Administrator privileges.

Leave a Comment