Help stopping aspnet_wp.exe

V

VB Programmer

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.
 
V

VB Programmer

By the way, I can not restart IIS because there are other websites running
on the server.
 
C

Chris Moore

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.dll). 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
--------------------
 
V

VB Programmer

Thanks!

Chris Moore said:
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.dll). 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.
 

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

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top