Tuesday, March 18, 2008

How can I find out which worker processes are connected to the application pools on a server?

You can run the command-line script iisapp.vbs (%windir%\system32\iisapp.vbs) to list any of the following:

• Worker processes that are currently running
• Application pools assigned to the worker processes
• Applications currently running in each worker process
The server must be running a member of the Windows Server 2003 family with IIS 6.0.

No comments: