 |
Which w3wp.exe process belongs to which App Pool in IIS6 in the TaskManager
|
Go to your Command Prompt, type cmd and then type in iisapp.vbs or only iisapp, this should display all running processes, their PID and App Pool name :
W3WP.exe PID: 1754 AppPoolId: AppPool1 W3WP.exe PID: 2161 AppPoolId: mysite.com W3WP.exe PID: 1454 AppPoolId: myapppool
To recycle a process just type 'iisapp /p xxxx /r' where xxxx is the PID number or 'iisapp /a xxxx /r' where xxxx is the Application Pool name.
* The W3WP.exe is important for the stability and security of your computer and should not be terminated.
| Similar publications | Latest publications |
| |
|
|