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

后端 未结 30 2226
刺人心
刺人心 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:55

    Go to the project "Properties" => "Web", and on the "Servers" section change the port to something else that is not used in and save it. You will be asked to created a virtual directory and click "Yes". Now run the project and it will work now.

提交回复
热议问题