Thanks, I did install it on my Server now.
my source & destination are both same...its is my server which I am trying to access it remotely.
I tried to copy the files from ONE folder to another, and was successful with the following :
msdeploy -verb:sync -source:dirpath=C:\xxxxx\7-8,computerName=\\server-002 -dest:dirpath=C:\xxxxx\7-10,computerName=\\server-002
But when I try to acess it though the AppPool by the following:
msdeploy -verb:sync -source:manifest=7-8.xml,computername=\\server-002 -dest:manifest=7-10.xml,computername=\\server-002 -enableLink:AppPoolExtension -enableLink:ContentExtension > msdeploysync.log
I get this error:
-----------
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.
Error: [Error]The AppPoolNotFound dependency check found the AppPool '7-8' to b
e in use by the source data but not defined in source data or on the destination
machine. Applications referencing this app pool will have configuration issues
.
Error count: 2
----------
Why do you think I am unable to access the AppPool 7-8