启用S​​SL后,ASP.NET Core无法以调试模式启动

时间:2016-06-28 05:33:28

标签: asp.net-core

我在Visual Studio中启动调试器(F5)时出现以下错误:

  

尝试确定托管应用程序的WebApplication5.exe的进程ID时发生错误。发生了一个或多个错误。

我注意到当我将applicationUrl(在launchSettings.json中)设置为指向https url时会发生这种情况:

"iisSettings": {
  "windowsAuthentication": false,
  "anonymousAuthentication": true,
  "iisExpress": {
    "applicationUrl": "https://localhost:44399/",
    "sslPort": 44399
  }

}

在我将.net代码工具从RC2升级到RTM后,它开始发生了。 请帮忙

enter image description here

1 个答案:

答案 0 :(得分:2)

我收到了类似的消息。尝试从CTRL + F5(Debug> Start Without Debugging)开始,看看是否能让你启动并运行。即使我已经添加了自签名证书,我仍然会收到证书错误。还不确定那是什么。

编辑:为了完整起见,我可以使用这些说明重新安装自签名证书:

https://blogs.technet.microsoft.com/sbs/2008/05/08/installing-a-self-signed-certificate-as-a-trusted-root-ca-in-windows-vista/

基本上,一旦站点启动并运行,请进入Internet Explorer,单击证书错误,然后从那里安装。