"The underlying connection was closed: An unexpected error occurred on a send" 安装 VS 2015 更新 2 后
"The underlying connection was closed: An unexpected error occurred on a send" after installing VS 2015 update 2
安装 Visual Studio 2015 更新 2 后,在尝试调试任何 Web 项目时,我不断收到错误消息:"The underlying connection was closed: An unexpected error occurred on a send".
安装此更新后,IIS 10 以某种方式失去了对我为 HTTPS 设置的 SSL 证书的分配。按照以下步骤重新分配证书后,错误消息消失了:
在 Internet 信息服务 (IIS) 管理器的“连接”窗格中,展开安装了证书的服务器的名称。然后展开站点并单击要使用 SSL 证书保护的站点。
在“操作”菜单(右窗格)中,单击“绑定”。
在站点绑定 window 中,单击添加。
在Add Site Binding window中,select你的SSL证书在drop-down列表中然后点击OK。
解决此问题后,尝试调试时,开始出现以下错误消息:
"Config Error: This configuration section cannot be used at this path".
此问题已通过 this answer 解决。
安装 Visual Studio 2015 更新 2 后,在尝试调试任何 Web 项目时,我不断收到错误消息:"The underlying connection was closed: An unexpected error occurred on a send".
安装此更新后,IIS 10 以某种方式失去了对我为 HTTPS 设置的 SSL 证书的分配。按照以下步骤重新分配证书后,错误消息消失了:
在 Internet 信息服务 (IIS) 管理器的“连接”窗格中,展开安装了证书的服务器的名称。然后展开站点并单击要使用 SSL 证书保护的站点。
在“操作”菜单(右窗格)中,单击“绑定”。
在站点绑定 window 中,单击添加。
在Add Site Binding window中,select你的SSL证书在drop-down列表中然后点击OK。
解决此问题后,尝试调试时,开始出现以下错误消息:
"Config Error: This configuration section cannot be used at this path".
此问题已通过 this answer 解决。