Hi
I want to migrate from IIS6 on Server 2003 to IIS7 on Server 2008 R2. I installed everything fine from the MS Web Platform Installer on my 2k8 R2 box (it isn't in my DMZ yet) but had some issues getting the installer to run so had to update to .net3.5 on my 2003 box. I then had to download the ms deploy, the one on my 2008 box is v3 that came automatically, the one on the 2003 box i had to download manually is v2. I managed to export my stuff from IIS6 but when i run the command with whatif bit in from here
http://www.iis.net/learn/publish/using-web-deploy/migrate-a-web-site-from-iis-60-to-iis-7-or-above
I get
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3>msdeploy -verb:sync -source:p
ackage=c:\Site1.zip -dest:metakey=lm/w3svc/1 -whatif > WebDeploySync.log
Error Code: ERROR_FRAMEWORK_VERSIONS_DO_NOT_MATCH
More Information: The versions of the .NET Framework Configuration Provider (roo
tWebConfig32) are different on the source (2.0.50727.1433) and destination (4.0)
. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_FRAMEWORK_
VERSIONS_DO_NOT_MATCH.
Error count: 1.
Can someone advise me how I get around this please
Many thanks
James