Hi All,
I publish a site (zip file) from my DEV machine windows 7 (IIS7) with vs 2013.
How can I deploy this zip file in windows 2003 server using IIS6? IIS folder for this server is D:\myPROJECTS
I installed the web deploy tool in the windows 2003 server, I try this command:
msdeploy -verb:sync -source:package=D:\Docs\Downloads\mySite.zip -dest:metakey=lm/w3svc/1
Error: Source (sitemanifest) and destination (metaKey) are not compatible for the given operation.
Error count: 1.
msdeploy -verb:sync -source:package=D:\Docs\Downloads\mySite.zip -dest:contentpath=D\PROJECTS
The same error.
Any ideas ?
Thanks