VS2010 error: Unable to start debugging on the web server

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

    Disable the loopback check

    (original microsoft page here)

    To set the DisableLoopbackCheck registry key, follow these steps:

    Click Start, click Run, type regedit, and then click OK.

    In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

    Right-click Lsa, point to New, and then click DWORD Value.

    Type DisableLoopbackCheck, and then press ENTER.

    Right-click DisableLoopbackCheck, and then click Modify.

    In the Value data box, type 1, and then click OK.

    Quit Registry Editor, and then restart your computer.

提交回复
热议问题