Hi,
MSDeploy has worked well for me. I use it as a replacement to ANT/FTP deployments and thus far has done the trick.
One comment however, when I execute a sync I have to set -failureLevel to none. I'm developing on Vista (IIS 7.0) and targeting Server 2003 (IIS 6.0) and the tool reports:
"Fatal: IIS Version 7 detected in the source data is newer than IIS Version 6 detected in the destination data."
I'm simply using MSDeploy as a smart file copy mechanism. Is there a way to avoid this fatal error or perhaps I should be using the tool differently?
Thanks.
Rudy