http://msdn.microsoft.com/library/en-us/iissdk/iis/command__line_tools...cluded_
iisapp.vbs allows you to list which w3wp.exe go with which Application
Pool.
If an application is running away with the server, some w3wp.exe is going to
have high CPU, so you kill that one from Task Manager
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Michael" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:339a01c3fd4d$769f3400$a401280a@phx.gbl...
I am just setting up an IIS 6 server and want to use
application pools. Does anyone know how I can identify one
worker process from another. For example if an application
is running away with the server how can I tell which
process to kill...........there may be several running and
the only reference to them in documentation is that they
are called w3wp.exe ??
Thanks