Web Service killing a process?

A

Asaf

Hi,

I have noticed that ASP.NET 2.0 is using "w3wp" process.
Is there a way to know the name & id of each Web Service running instance so
I will able to kill the WS instance I want?

Regards,
Asaf
 
S

Steven Cheng[MSFT]

Hello Asaf,

If you're using IIS6, "w3wp.exe" is the worker process which host the
ASP.NET applications. Also, in IIS6, by default it use the "Application
Pool" process isolation model, thus , all the ASP.NET applications which
use the same Application Pool will share the same w3wp.exe worker process.
And there exists an script utility which can help display all the runnning
IIS worker process and their associated Application Pool info:

#Identifying the Worker Process Process ID (IIS 6.0)
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/2
228ff79-0838-4143-8680-e38c452dc243.mspx

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top