Import IIS6 website configuration into IIS7
Posted
by sinni800
on Super User
See other posts from Super User
or by sinni800
Published on 2010-04-15T11:29:11Z
Indexed on
2010/04/15
11:33 UTC
Read the original article
Hit count: 1418
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?
© Super User or respective owner