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

前端 未结 26 1592
醉酒成梦
醉酒成梦 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 I wanted to switch from http to https, so I had deleted http from IIS. In my .csproj.user file found that I still had:

    http://localhost/
    

    So I changed it to:

    https://localhost/
    

提交回复
热议问题