当解决方案中有多个项目且VS 2015进行构建时。
我已检查过事件日志并始终看到
Process was created with commandline '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\ProjectSystem\VSIISExeLauncher.exe" ... but did not listen on the given port "xxx"
但是在之前/之后(在同一秒内)还有另一个日志
Process '12120' started successfully and is listening on port 'xxx'.
端口号是相同的。我试图删除.vs文件夹中的applicationhost.config以及我在网上找到的许多其他解决方法,但似乎VS 2015试图同时启动两个网站并且IISExpress崩溃。