次の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のセキュリティグループにルールを追加し、動作を開始しました。しかし、コマンドプロンプトからではなく、以前にVisualStudioから機能していた理由がわかりません。
Web配置を使用してWebサイトをWindowsサーバーに正常に配置するには、次の条件が整っていることを確認してください。
サイト名は、VisualStudioとIISサーバー)の両方で正確に一致している必要があります
サーバーがビジュアルスタジオと同じ.netフレームワークでインストールされていることを確認してください(例:ASP、ASP.net4.5…)
サーバーでポート8172が開いていることを確認します(8172はWeb展開に使用されます)