May
3
Written by:
Joel Taylor
5/3/2007
It is always difficult to figure out which w3wp.exe belongs to a particular application pool.
One easy way to do this is to creat a bat file.
Use this as the commands, the system32 directory may need to be changed depending on your server.
cd c:\windows\system32
iisapp.vbs
PAUSE
This will print out all of the information about application pools and process ids.
Tags: