Visual Studio 2015 can't start IIS Express

前端 未结 10 2184
[愿得一人]
[愿得一人] 2021-01-03 19:52

When I am trying to run an ASP.Net Core project in Visual Studio 2015, a Microsoft Visual Studio dialog appears \"The project doesn\'t know how to run the profile IIS Expres

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-03 20:24

    To clarify the answer from hultqvist, it is a problem with the xproj. To fix it, edit the xproj directly and change this

    
    

    to this

    
    

    That is, insert Web twice.

    There is an associated issue in the aspnet tooling repo.

提交回复
热议问题