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?

HoKy22
  • 4,057
  • 8
  • 33
  • 54

1 Answers1

18
  1. In IIS Manager -> Application pool, stop all applications
  2. Run CMD as administrator, and type iisreset -noforce
Emanuel Vintilă
  • 1,911
  • 4
  • 25
  • 35
HoKy22
  • 4,057
  • 8
  • 33
  • 54