Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2015 Asp Net核心VSIISExeLauncher.exe崩溃_Visual Studio 2015_Asp.net Core_Iis Express - Fatal编程技术网

Visual studio 2015 Asp Net核心VSIISExeLauncher.exe崩溃

Visual studio 2015 Asp Net核心VSIISExeLauncher.exe崩溃,visual-studio-2015,asp.net-core,iis-express,Visual Studio 2015,Asp.net Core,Iis Express,当解决方案中有多个项目且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 p

当解决方案中有多个项目且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"
但紧接着之前/之后(在同一秒中)有另一个日志


其中端口数相同。我曾尝试删除.vs文件夹中的applicationhost.config以及我在网上找到的许多其他解决方法,但似乎vs 2015试图同时启动两个网站,IISExpress崩溃。

您使用SSL吗?是的,我们使用SSL。整个过程有时可以正常工作,在一些源代码完全相同的计算机上,它可以完美地工作。似乎您缺少/拥有未经审核的SSL证书。据我所知,在其中一次更新(更新2或更新3)期间出现了一个错误,导致证书安装不正确。请看我下面关于如何使IISExpress证书受信任的回答否,我们不久前解决了这个问题,并将证书添加到我们的受信任证书中。这实际上是IIS express错误导致的调试器崩溃,您删除了哪个
applicationhost.config
?实际上有两个,一个在用户文件夹(
%userprofile%\documents\iisexpress\config\applicationhost.config
)中,一个在解决方案文件夹中的
.vs/config
文件夹中。后面的一个是VS 2015 IIR中引入的更新的、特定于项目的一个。您使用SSL吗?是的,我们使用SSL。整个过程有时可以正常工作,在一些源代码完全相同的计算机上,它可以完美地工作。似乎您缺少/拥有未经审核的SSL证书。据我所知,在其中一次更新(更新2或更新3)期间出现了一个错误,导致证书安装不正确。请看我下面关于如何使IISExpress证书受信任的回答否,我们不久前解决了这个问题,并将证书添加到我们的受信任证书中。这实际上是IIS express错误导致的调试器崩溃,您删除了哪个
applicationhost.config
?实际上有两个,一个在用户文件夹(
%userprofile%\documents\iisexpress\config\applicationhost.config
)中,一个在解决方案文件夹中的
.vs/config
文件夹中。后来的一个是VS 2015 iirc引入的更新的、项目特定的一个
Process '12120' started successfully and is listening on port 'xxx'.