hi,
i'm having some trouble trying to backup my iis6 settings to move them to my new server with IIS 7...
on the iis6 server i'm using the following command in the deployment command box :
msdeploy -verb:sync -source:webserver60 -dest:archivedir=c:\site1archive,encryptPassword=password > -disableLink:contentExtension
when i run this it looks like its backing up all my sites, which is good, but it also starts backing up the files, which i don't need as i'm copying those seperatly...
can anyone please help me with what command i need to use to do this and then to import them correctly into the iis7 ?
also, as the ip address is different on the new server, is there a way of changing the ip address for all of the sites either before or during the import into iis7 ?
thanks in advance for any advice