Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / May 2006

Tip: Looking for answers? Try searching our database.

Web Service killing a process?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Asaf - 27 May 2006 14:41 GMT
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
Gaurav Vaish (EduJini.IN) - 27 May 2006 15:10 GMT
> 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?

AFAIK, there's no "WS instance". Everything is under aspnet_wp.exe if the
model is WorkerProcess or within IIS itself.
w3wp is your "Application Pool" process in IIS and has nothing to do with
ASP.Net or WebService.

Signature

Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------

Steven Cheng[MSFT] - 29 May 2006 04:34 GMT
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.

Signature

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


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.