Iis – Quickest way to find out which IIS app pool a process is

application-poolsiisprocess

I have a Windows 2003/IIS6 server with a lot of application pools. In task manager, one of the w3wp.exe processes is using up a lot more resources then the others. Short of stopping/starting each pool one-by-one, is there an easy way to find out which application pool is related to the process?

Best Answer

The script iisapp.vbs will list this information for you, it is located in the system32 folder, but you should be able to run it straight from the command line.