Import IIS6 website configuration into IIS7
Posted
by sinni800
on Server Fault
See other posts from Server Fault
or by sinni800
Published on 2010-04-15T11:41:29Z
Indexed on
2010/04/15
11:43 UTC
Read the original article
Hit count: 1420
Hello,
I have many websites hosted on IIS6 and I want to migrate them to IIS7. It is enough if the basic configuration (folder, virtual folders inside, hostheaders, ) is migrated. a great part of the configuration is in web.config anyway. It is even okay if they're just created as "classic" mode applications.
I have tried the following things:
Msdeploy. This copies the whole directoried though, not good... Tried exporting the iis websites to xml... Found nothing to give them to iis7... Anybody got an idea?
© Server Fault or respective owner