IISクレデンシャルを使用して、ローカルマシンからリモートサーバーにアプリプールを同期しようとしています
これは私が実行するコマンドです
msdeploy.exe
-verb:sync
-source:appPoolConfig='MyAppPool'
-dest:appPoolConfig,
computerName='https://remoteserver.com:8172/MSDeploy.axd',
userName='WebDeploy',
password='Pa$$word',
authtype='Basic',
includeAcls='False'
-enableLink:AppPoolExtension
-disableLink:CertificateExtension
-allowUntrusted
しかし、私は取得し続けます
Error Code: ERROR_USER_UNAUTHORIZED
More Information: Connected to the remote computer ("dev.dash.exceptron.com") using the Web Management Service, but could not authorize. Make sure that you are using the correct user name and password, that the site you are connecting to exists, and that the credentials represent a user who has permissions to access the site. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_UNAUTHORIZED.
Error: The remote server returned an error: (401) Unauthorized.
Error count: 1.
既存のサイトは問題なく同期できますが、サイトやアプリプールを作成できません。私のユーザーが「サイト」のレベルを持っていて、アプリプールがそのレベルに適合していないという事実と関係があるのではないかと思います。