|
Author: Jenny Nguyen
|
|
If you are running into memory issue or you just want to monitor your Windows Server you could run this script to find out which application pool a process ID belongs to. In my instance one of the app pool is going crazy so I need to find out which app pool is that and what application goes into that app pool. Here is the script you can just put in DOS command window: c:\windows\system32\cscript.exe c:\windows\system32\iisapp.vbs
W3WP.exe PID: 7748 AppPoolId: app server 1 C:\Documents and Settings\your account name\Desktop>pause
|