我正在为自动部署配置 1 个新的 DEV 和 1 个新的 QA 服务器。我让 DEV 部署工作。我的问题是部署到 QA 给了我以下错误。
我们的构建服务器包含控制器和放置文件夹。发出 Invoke deploy 命令时会发生错误。我已确保 Web 管理服务正在 Web 服务器上运行。
什么可能导致以下错误消息?
Error Code: ERROR_DESTINATION_NOT_REACHABLE
More Information: Could not connect to the destination computer ("myWebServer").
On the destination computer, make sure that Web Deploy is installed and that the
required process ("Web Deployment Agent Service") is started.
Error: The remote server returned an error: (404) Not Found.
Error count: 1.
这是我的部署命令:
\\myBuildServer\Builds\MyApp - Deploy to QA\myApp - Deploy to QA_20120827.1\_PublishedWebsites\AppName.UI.Web_Package\Appname.UI.Web.deploy.cmd /M:http://myWebAddress/MsDeployAgentService/ /U:myDomain\tfsUID /P:MyPassword "-setParam:name='IIS Web Application Name',value='MyWebAppName'" /Y