MSDeploy seems to dislike this combination.
No matter if I do the command from source or the target server, I'm stuck.
Below is the first and the last few lines from this command:
msdeploy -verb:migrate -source:webserver60,computerName=XXXX -dest:webServer60 -debug
Warning: The DisabledDependency dependency check detected server side includes were disabled on the source box via the Web Service Restriction List; however, server side includes are installed on the destination server. This may cause added functionality to be exposed to customers. Please adjust the destination system as necessary.
Warning: The dependency check 'DisabledDependency' found issues up to 'Warning' level but will not block operation. See previous messages
[ lines omitted ]
Action: Deleting behaviorExtensions (webServer60/machineConfig32[@path='/']/location[@path='']/system.serviceModel/extensions/behaviorExtensions)
Action: Deleting extensions (webServer60/machineConfig32[@path='/']/location[@path='']/system.serviceModel/extensions)
Action: Deleting system.serviceModel (webServer60/machineConfig32[@path='/']/location[@path='']/system.serviceModel)
Fatal: Bad Data. (Exception from HRESULT: 0x80090005). Debug: System.Runtime.InteropServices.COMException (0x80090005): Bad Data. (Exception from HRESULT: 0x80090005)
at Microsoft.Web.Deployment.AppHostWritableAdminManager.CommitChanges()
at Microsoft.Web.Deployment.AdminManagerWrapper.CommitChanges(DeploymentCommitContext commitContext)
at Microsoft.Web.Deployment.DeploymentCommitContext.CommitChanges()
at Microsoft.Web.Deployment.DeploymentObject.Sync(DeploymentObject sourceObject, DeploymentSyncConfig syncConfig)
Change count: 192
Fatal count: 1
Any hints?