Click here to Skip to main content
16,012,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.?


What I have tried:

Visual studio problem in local iis
Posted
Updated 23-Jan-19 2:07am
Comments
Maciej Los 23-Jan-19 7:15am    
Start VS in admin mode...

1 solution

Please, follow the instruction from: visual studio 2010 - Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running[^]
and/or: Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running. | The ASP.NET Forums[^]
and/or: ASP.NET - Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running. | linkOblast[^]:
Quote:
Here is the solution to resolve the problem

  • Open your Internet Information Server
  • Expand your computer/ server
  • Expand Sites
  • Select your website.
  • In Content View, double click Authentication.
  • Verify that Windows Authentication is Enabled, if not enable it form Actions window (in the right site)

In your project, press [F5] and your debug will start.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900