自動展開用に構成している 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