Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running [duplicate]
Possible Duplicate:
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.
Hi, I'm using Visual Studio 2010 with ASP.NET webforms and IIS7.
I'm getting this error:
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.
When I launch the site I can see w3wp.exe process running. So what is the problem?
Check out this KB from Microsoft and see if it helps:
http://support.microsoft.com/kb/814717
Also:
http://msdn.microsoft.com/en-us/library/dwesw3ee%28VS.71%29.aspx
Similar questions answered here:
VS 2010 + IIS: Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running
精彩评论