Hey guys,
if you debug a MOSS application on the server its always necessary to know which w3wp processId should be used for debugging.
With iis6 it was simple only open command prompt and enter iisapp, but in IIS7 this script does not exists anymore.
So how could we find out which ID the AppPool has?
Open an command prompt an enter the following code:
%windir%\system32\inetsrv\appcmd.exe list wp
A complete list of all AppPools with name and ID will be displayed to you.
greets
Posted
Apr 01 2009, 04:45 PM
by
Nadine Storandt