The Web Application Project […] is configured to use IIS. The Web server […] could not be found.

前端 未结 26 1610
醉酒成梦
醉酒成梦 2020-12-07 07:30

I have a web project in my solution file that is \"unavailable\" when I open the solution. When I right-click on the web project and reload the project, I get the following

26条回答
  •  眼角桃花
    2020-12-07 08:11

    In my case, the url referenced in the csproj file was incorrect.

    It needed to be prefixed with www.

    I made the changes, saved the file and the project loaded fine.

提交回复
热议问题