How to close IIS Worker Process
Asked Answered
N

1

10

I was trying to install Visual Studio 2008 SP1 on my machine and I encountered this issue. Problem screenshot

I looked it up, it looks like IIS Worker Process is some kind of w3wp.exe, so I looked into my Windows Task Manager and found out w3wp.exe is not running. I also took a look at my Worker Processes in IIS Manager and it wasn't started either. So, how do I close this application so I can continue my install or is there something else I can do?

Nobile answered 10/7, 2013 at 20:20 Comment(0)
N
18
  1. In IIS Manager -> Application pool, stop all applications
  2. Run CMD as administrator, and type iisreset -noforce
Nobile answered 10/7, 2013 at 20:53 Comment(1)
I didn't see an option for "stop all applications" but this worked by going through one by one and stopping them.Mccay

© 2022 - 2024 — McMap. All rights reserved.