Please excuse my "nub-ness"
I'm trying to move a web from server A, IIS6 to ServerB IIS7
When I use the following
msdeploy -verb:sync -source:metakey=lm/w3svc/1,Computername=ServerA -dest:metakey=lm/w3svc/1
I get an error when the process is
Info: Updating metadataProperty (/lm/w3svc/1/ROOT/Clients/Path)
Info: Adding dirPath (D:\Clients)
Error: An error was encountered when processing 'D:\Clients'
Error: the device is not ready.
Obviously it's trying to write to the CD drive (d:)
The files on the source are d:\Clients
The new location of these files (they are already in place) is E:\Server\Server\Data\Clients
Is there a way to change the dirPath during this migration? If so how?
TIA