1

単純なサービスのアップグレードに問題があります。私のサービスには 1 つのタイヤがあり、Web アプリケーションがあります。

サービスをアップグレードしようとすると、次のエラーが発生しました。

`Application (C:\ProgramData\VirtualMachineManagerData\CacheResources\779b4f72f2a647e2b6dc119f20e0da25\BusinessCenter_Package_v0.0.0.57.zip, WebDeploy) removal failed on the virtual machine (HBC_STAG_VM_01). DetailedErrorMessage: An error was encountered when processing operation 'Delete Directory' on 'C:\inetpub\wwwroot\Content'.`

次に、2 つの webdeploy ルールを無効にするために、次の内容の web デプロイ構成ファイル msdeploy.exe.configsettings を追加しました。

<configuration>
  <rules>
    <rule name="BlockHarmfulDeleteOperations" enabled="false" />
    <rule name="BlockUnsupportedDeleteOperations" enabled="false" />
  </rules>
</configuration>

今、次のエラーが発生しています。

`Application (C:\ProgramData\VirtualMachineManagerData\CacheResources\a9483ef219134b75bf1422774b3efdcb\BusinessCenter_Package_v0.0.0.59.zip, WebDeploy) removal failed on the virtual machine (HBC_STAG_VM_01). DetailedErrorMessage: Provider setAcl is blocked, by BlockUnsupportedDeleteOperations, from performing delete operations to avoid unexpected results.`

サービスを正常にアップグレードできませんでした。どんな助けでも大歓迎です。

どんな助けでも大歓迎です。

サプマル。

4

0 に答える 0