vs2017 debug iisexpress process with an id xxxx of is not running

别人的MVC5项目拷贝到我这里,debug调试的时候提示“process with anid of xxxx is not running”,iisexpress启动不起来。
他的项目是vs2019编写的,我用的vs2107
我的解决办法:

  1. 删除项目目录中的“.vs”文件夹
  2. 修改项目的“.csproj”文件,删除节点如下图:
    vs2017 debug iisexpress process with an id xxxx of is not running
  3. 重启vs