Friday, May 14, 2010

Where’s my web site?

I was trying to help a friend setup remote debugging and needed to know which w3wp.exe process to attach to, b/c there were 4 of them.

Found out there’s a script in windows\sytem32 that will list the app pools and which process they are in, called iisapp.vbs.

cscript iisapp.vbs

W3WP.exe PID: 2800   AppPoolId: DefaultAppPool

W3WP.exe PID: 2493   AppPoolId: DlgAppPool

Labels:

Is this thing still on?