【发布时间】:2019-10-10 12:12:46
【问题描述】:
我正在尝试为大学项目掌握 Google Cloud。
我在 VS 2019 上创建了一个 .NET Google Cloud 项目,我正在尝试将其部署到我在 Google Cloud Platform 上的 Windows 2016 服务器。
但是我不断收到错误消息:
D:\Program Files\Microsoft Visual Studio\MSBuild\Microsoft\VisualStudio\v16.0\Web\Microsoft.Web.Publishing.targets(4284,5): msdeploy error ERROR_DESTINATION_NOT_REACHABLE: Web deployment task failed. (Could not connect to the remote computer ("35.235.58.62"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started.
到目前为止我已经尝试过:
- 检查服务器的防火墙是否对入站 8172 开放
- 禁用家用 PC 防火墙以确保不是问题
- 在服务器上安装了 Web 平台安装程序
- 通过 Web 平台安装程序添加了 ISS 管理服务
- 在 ISS 上启用远程连接
任何关于解决方案的建议或帮助将不胜感激。
【问题讨论】:
标签: c# asp.net iis deployment google-cloud-platform