Hi,
I am able to successfully migrate/sync applications from w2k3 (IIS 6.0) to w2k8 (IIS 7.0) when I run MS Deploy commands on w2k3 and using web deployment agent service of w2k8.
But when I was running MS Deploy commands on w2k8 and trying to pull application from IIS 6.0, using web deployment agent service of w2k3, I am not able to migrate applications.
I tried with different provides like manifest, metakey but no luck. I don’t know where I am going wrong.
Command and output I get is as follows. Following command I have executed on w2k8.
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:migrate -source:manifest=C:\Users\someuser\Documents\Apps.xml,computername=w2k3servername -dest:auto -whatif
Error: Object of type 'manifest' and path 'C:\Users\someuser\Documents\Apps.xml' cannot be created The metabase key '/lm/w3svc/apppools/App' could not be found.The type initializer for 'Microsoft.Web.Deployment.AxNative' threw an exception. Failed to loaded the library 'C:\Program Files\IIS\Microsoft Web Deploy\axnative.dll'. HRESULT=8007007E.
Error count: 1
Please can anyone help me?
Thanks