When I use the below command to try and sync an existing site from a local IIS7.5 server to a remote IIS7.5 server (where the site doesn't exist yet) I get the below error message.
msdeploy -verb:sync -source:apphostconfig=MySite1 -dest:apphostconfig=MySite2,wmsvc=MyServer,username=user,password=pass -skip:objectname=binding -disableLink:FrameworkConfigExtension -disableLink:CertificateExtension -allowUntrusted=true
Error Code: ERROR_COULD_NOT_CONNECT_TO_REMOTESVC More Information: Could not connect to the remote computer ("MyServer") using the specified process ("Web Management Service") because the server did not respond. Make sure that the process ("Web Management Service") is start ed on the remote computer. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_COULD_NOT_CONNECT_TO_REMO TESVC. Error: The remote server returned an error: (550).
This command succeeds if the "MySite2" already exists on the remote machine, and it succeeds when I run it locally to clone MySite1 to MySite2.
Any help would be appreciated, thanks.
Josh