VS2010 error: Unable to start debugging on the web server

前端 未结 27 3587
萌比男神i
萌比男神i 2020-12-13 07:42

I get error message \"Unable to start debugging on the web server\" in Visual Studio 2010. I clicked the Help button and followed the related suggestions without success.

27条回答
  •  长情又很酷
    2020-12-13 08:18

    enter image description here

    Unable to start debugging on web server. the web server not configured correctly.

    How to resolve this problem?

    Step-1

    open Command Prompt (Run as administrator)

    Step-2

    C:\Windows\system32>cd..

    C:\Windows>cd Microsoft.NET

    C:\Windows\Microsoft.NET>cd Framework

    C:\Windows\Microsoft.NET\Framework>cd v4.0.30319

    C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis.exe -i

提交回复
热议问题