March 2008
Intermediate to advanced
816 pages
24h 25m
English
Viewing and changing configuration data is not the only thing that you can do with Appcmd. You can also inspect the run-time state of the Web server by listing the currently executing worker processes and even requests.
You can use the List Wp command to list all currently running IIS worker processes. This command uses the following syntax.
appcmd list wp [pid] [/apppool.name:string] [/wp.name:string]
The List Wp command supports the use of the Process ID (PID) as an identifier to locate the specified IIS worker process. Additionally, you can specify the application pool name by using the /apppool.name parameter to list IIS worker processes belonging to a specific ...
Read now
Unlock full access