Hi,
I'm having issues migrating websites and AppPools from IIS 6.0 to IIS 7.0. Right now I'm using the following script:
msdeploy -verb:migrate -source:metakey=lm/w3svc/1,computerName=10.2.1.120 -dest:metakey=lm/w3svc/1 -whatif > msdeploymigrate.log
This gets the Default AppPool to the destination server, however we have another folder on the webserver that is not in the Inetpub folder. What script can I use to get the rest of the websites transfered over to the new server?