Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to close IIS Worker Process

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?

like image 547
HoKy22 Avatar asked Jul 10 '13 20:07

HoKy22


1 Answers

  1. In IIS Manager -> Application pool, stop all applications
  2. Run CMD as administrator, and type iisreset -noforce
like image 109
HoKy22 Avatar answered Oct 09 '22 14:10

HoKy22