How do I find which process my App Pool belongs to?
When you are running multiple sites within IIS using different application pools its not always easy to identify which application ppol belongs to which w3wp.exe process. In IIS 6.0 under Windows 2003 there is a useful little script provided as part of the IIS installation. The script is already placed in systemrootsystem32 on Windows Server 2003 so simply go to your Command Prompt and type in iisapp.vbs (the .vbs is optional) and you’ll have an instant list of all the App Pool information you’ve always wanted to know. You may need to type cscript iisapp.vbs instead if CScript isn’t your default WSH script host.