-
Posted to
Web Deployment Tool (MS Deploy)
by
superiorits
on
07-06-2009, 5:39 PM
Today I used the msdeploy tool to migrate from IIS6 to IIS7. I wanted to migrate all the IIS6 settings, minus the content. Here was my command.
msdeploy -verb:sync -source:webServer60 -dest:archivedir=c:\dir,encryptPassword=pass -disableLink:contentExtension
msdeploy -verb:migrate source:archivedir=c:\dir,encryptPassword=pass ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
superiorits
on
06-19-2009, 4:58 PM
Thank you richma! That was information that I was looking for.
-
Posted to
Web Deployment Tool (MS Deploy)
by
superiorits
on
06-19-2009, 10:22 AM
Testing isn't a problem. I have tested msdeploy when moving from IIS 6 to 7 on 32 bit, but haven't tested the migration to x64. I was hoping there was someone who has migrated from IIS 6 on 32 bit to IIS 7 on x64 that could share some insight.
-
Posted to
Web Deployment Tool (MS Deploy)
by
superiorits
on
06-19-2009, 10:05 AM
Most of the sites are identical. Actually, most of the sites are redirects. My big concern isn't the automation, it is functionality of the sites coming from a 32 bit platform to x64 platform. Are there any issues there? I'm assuming that I will have to change the app pool to run in a 32 bit mode, but other than ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
superiorits
on
06-18-2009, 1:31 PM
I have a project that will require the migration of 80+ sites from IIS 6 32bit to IIS 7 x64. Is this possible using msdeploy?