473,795 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help stopping aspnet_wp.exe

Is aspnet_wp a service that can be stopped/restarted? Or, do I have to kill
it through Task Mgr? If so, how do I restart it?

Thanks.
Nov 18 '05 #1
3 3385
By the way, I can not restart IIS because there are other websites running
on the server.

"VB Programmer" <Do************ *****@jEmail.co m> wrote in message
news:ee******** *****@TK2MSFTNG P11.phx.gbl...
Is aspnet_wp a service that can be stopped/restarted? Or, do I have to kill it through Task Mgr? If so, how do I restart it?

Thanks.

Nov 18 '05 #2
the aspnet_wp is not a service that can be stopped or restarted. When IIS receives a request for a web application, it passes control to an ISAPI filter
(aspnet_isapi.d ll). This then spawns a worker process (aspnet_wp) that executes the application within the CLR.

If you kill the WP from Task manager, another one will be started automatically when IIS receives another request for a web application.

HTH,
Chris
--------------------
From: "VB Programmer" <Do************ *****@jEmail.co m>
Subject: Help stopping aspnet_wp.exe
Date: Thu, 12 Aug 2004 13:35:17 -0400
Lines: 6
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <ee************ *@TK2MSFTNGP11. phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: 36.33.33.65.cfl .rr.com 65.33.33.36
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP11.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 41
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Is aspnet_wp a service that can be stopped/restarted? Or, do I have to kill
it through Task Mgr? If so, how do I restart it?

Thanks.

Nov 18 '05 #3
Thanks!

"Chris Moore" <cm****@online. microsoft.com> wrote in message
news:W0******** ******@cpmsftng xa06.phx.gbl...
the aspnet_wp is not a service that can be stopped or restarted. When IIS receives a request for a web application, it passes control to an ISAPI
filter (aspnet_isapi.d ll). This then spawns a worker process (aspnet_wp) that executes the application within the CLR.
If you kill the WP from Task manager, another one will be started automatically when IIS receives another request for a web application.
HTH,
Chris
--------------------
From: "VB Programmer" <Do************ *****@jEmail.co m>
Subject: Help stopping aspnet_wp.exe
Date: Thu, 12 Aug 2004 13:35:17 -0400
Lines: 6
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <ee************ *@TK2MSFTNGP11. phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: 36.33.33.65.cfl .rr.com 65.33.33.36
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP11.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 41X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Is aspnet_wp a service that can be stopped/restarted? Or, do I have to killit through Task Mgr? If so, how do I restart it?

Thanks.


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1749
by: Dan | last post by:
Is there an effective way to stop pages from being cached? I've created several websites that have dynamic content and images that are managed by a client. The images are named according to the "id" generated via an Identity column of their corresponding database record (ex: 1058.jpg). The problem occurs when the client tries to change the image. The client gets understandly confused because the old image is still displayed, due to the...
2
19480
by: Matt Sollars | last post by:
Hi all. I'm having a nasty problem. A client's website was originally written with classic ASP. They requested a new portion of the site that was deemed a perfect candidate for ASP.NET. So, .NET was installed on their web server and one of the subdirectories in the web site was converted to a virtual application to support the new pages that would be added. The rest of the site was left untouched. New aspx files were added to this...
0
1073
by: Keith | last post by:
I am building an ASP.NET application using VS.NET 2002 on Framework 1.1.4322.0. I am debugging the application and everytime I click the stop button to quit debugging, the server stops the aspnet_wp.exe process and reports to the Event Log with no real explaination. Something like: aspnet_wp.exe (PID: 1828) stopped unexpectedly. PID: 1828 is unique of course. Why is this happening and is it by design? Sometimes, other developers are...
1
1966
by: Jarrod Hermer | last post by:
Hi All, I am trying to debug a strange problem of duplicate entries in my database when I came across the following errors in the event log (see bottom of mail). The web server runs the database as well but it is not hit very hard, I would say there are about 20 request/sec constantly thought the day. The only potentially suspect app is a Linux based program that makes requests to IIS. Other than that I cannot think of any reason why...
3
3987
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. "aspnet_wp.exe (PID: xxxx) stopped unexpectedly" I am seeing the this error currently happen, but unlike the description in articles Q823409 or 821387, I am not downloading any large file .The error
0
938
by: batista | last post by:
Hello, I have a web service that i created in IIS 5.1,on windows xp. it has a method "stopservice" in which im stopping the aspnet_wp.exe,to clean all resources.And im using a boolean set to true so that after that if anyone access the service, it will give an error that service needs to start again.I also have a "startservice" method in which all necessary initialization occurs. The boolean is initialized to false in global.ascx file...
0
977
by: UK Bob | last post by:
Hello, I have a selection of button controls that a user can drag and drop around a form. I need to find a way to stop these controls overlapping one another - very similar to how windows desktop works. I know I could use the math to work this out..... does anyone have any code for this or perhaps know a better way?
2
1466
by: mark r | last post by:
Hi there, im making a simple site where people can add comments into a shoutbox. only ive had experience of people adding in html tags and javascript to redirect people away from my site and display images etc which im not interested in. how do i stop this from happening? is there a way to intercept the form contents and kick out the code leaving plain text? or changing the code so it displays the real code using &lt; and &gt; ?
4
1368
by: Ahmad Sabry | last post by:
i'm runing windows 2000 server with IIS 5 web sites runing .Net2 not runing ,, but the classic is asp sites working fine I get this error: aspnet_wp.exe (PID: ) stopped unexpectedly no web site is working .. some quick help please
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9522
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10443
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10216
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7543
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3728
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2921
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.