VS2010 error: Unable to start debugging on the web server

前端 未结 27 3584
萌比男神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:38

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

    1. 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 Microsoft (R) ASP.NET RegIIS version 4.0.30319.0 Administration utility to install and uninstall ASP.NET on the local machine. Copyright (C) Microsoft Corporation. All rights reserved. Start installing ASP.NET (4.0.30319.0). .................. Finished installing ASP.NET (4.0.30319.0).

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

提交回复
热议问题