appcmdを使用してサイトにバインディングを追加したい。しかし、次のコマンドを実行しようとすると、エラーが発生します。
appcmd set site /site.name:"My site name" /+bindings.[protocol='https',bindingInformation='*:443:sub.mydomain.com']
エラー:
ERROR ( message:Cannot find SITE object with identifier "bindingInformation='*:443:sub.mydomain.com']". )
サイトが存在するかどうかを確認しました。私は何が間違っているのですか?