作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用以下 msdeploy 命令部署我的应用程序:
MSDeploy.exe -source:contentPath="C:\Users\myUser\Documents\ui\dist" -dest:contentPath='c:/inetpub/wwwroot/dist',computerName="https://ec2-xx-xxx-xx-xx.ap-northeast-1.compute.amazonaws.com:8172/MSDeploy.axd?site=Default Web Site",username="administrator",password="XXXXXXXXX",authtype="Basic",includeAcls="False" -verb:sync -allowUntrusted
出现以下错误:
Working...
Info: Using ID '01657062-cece-4713-8dc6-585537b265fd' for connections to the rem
ote server.
>> Error Code: ERROR_DESTINATION_NOT_REACHABLE
>> More Information: Could not connect to the remote computer ("ec2-52-207-222-6
5.compute-1.amazonaws.com"). On the remote computer, make sure that Web Deploy i
s installed and that the required process ("Web Management Service") is started.
Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION
_NOT_REACHABLE.
>> Error: Unable to connect to the remote server
>> Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond xx.xxx.xx.xx:8172
我对另外 6 台服务器尝试了相同的命令,效果很好,但对配置相同的 2 台服务器不起作用。
我错过了什么?
最佳答案
将规则添加到端口 8172 的安全组并开始工作。但我不知道为什么它之前可以在 Visual Studio 中工作,而不是在命令提示符下工作。
关于msdeploy - Web 部署错误 ERROR_DESTINATION_NOT_REACHABLE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38271966/
我正在尝试使用以下 msdeploy 命令部署我的应用程序: MSDeploy.exe -source:contentPath="C:\Users\myUser\Documents\ui\dist"
当我尝试使用 Web 部署方法发布代码时出现以下错误 ERROR_DESTINATION_NOT_REACHABLE:Web 部署任务失败。 (无法连接到远程计算机(“xxxxx.xxxxxxx.xx
我正在尝试将我的网站从 Azure DevOps Services 部署到应用服务。但是,当我尝试部署站点时,部署 Azure 应用服务任务失败并显示错误消息: Error: Error Code:
我是一名优秀的程序员,十分优秀!