do we have to install MSDEPLOY on the remote server to use it as a Source/Destination.
Following is the detailed error I receive :
Error: The AppPoolNotFound dependency check found the AppPool '7-8' to be in us
e by the source data but not defined in source data or on the destination machin
e. Applications referencing this app pool will have configuration issues.
Microsoft.Web.Deployment.DependencyCheckBlockException: [Error]The AppPoolNotFou
nd dependency check found the AppPool '7-8' to be in use by the source data but
not defined in source data or on the destination machine. Applications referenc
ing this app pool will have configuration issues.
at Microsoft.Web.Deployment.DependencyRuleHandler.PreSync(DeploymentSyncConte
xt context)
at Microsoft.Web.Deployment.DeploymentSyncContext.ProcessSync(DeploymentObjec
t destinationObject, DeploymentObject sourceObject)
at Microsoft.Web.Deployment.DeploymentObject.SyncToInternal(DeploymentObject
destObject, DeploymentSyncOptions syncOptions, PayloadTable payloadTable, Conten
tRootTable contentRootTable)
at Microsoft.Web.Deployment.DeploymentObject.SyncTo(DeploymentProviderOptions
providerOptions, DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncO
ptions)
at MSDeploy.MSDeploy.Execute()
at MSDeploy.MSDeploy.Main(String[] unusedArgs)
Error count: 2
when i run:
---------------------
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:sync -source:manifest=7
-8.xml,computername=\\server-002 -dest:manifest=7-10.xml,computername=\\webdev-0
02 -whatif -enableLink:AppPoolExtension -debug -enableLink:ContentExtension > ms
deploysync.log
Does
Server-002 require a MSDEPLOY install?