views:

28

answers:

0

Is it possible to change the destination directory when using the metakey provider with msdeploy? I am syncing an IIS6 website to a II7 server, which is completely successful. I now want to try to customize some things like directory, bindings, logging, etc.

Example of what I'm using:

./msdeploy -verb=sync "-source=metakey=lm/w3svc/1234,computername=name" -dest=metakey=lm/w3svc/1234

Thanks in advance.