Unable to launch the IIS Express Web server, Failed to register URL, Access is denied

后端 未结 30 2233
刺人心
刺人心 2020-12-07 08:11

Some web projects are causing me problems while others work fine. I decided to focus on one of the problematic ones. I\'m using Visual Studio 2013 on Windows 7. I think I\'m

30条回答
  •  一整个雨季
    2020-12-07 08:46

    Yeah, I agree, top answers are really pro solutions,

    here is one for intermediates,

    Solutions Explorer

    Right click on project select Unload project

    Again Right click and select Edit ProjectName.csproj

    remove these 3 lines

    0
    /
    http://localhost:62940/
    

    Save and reload the project and you are good to go

提交回复
热议问题