If you read Saving Site Configuration to File you’ll also want to know how to load that file back into your Windows Server running IIS. You can use the file to duplicate the site configuration on a development Windows server.

Use it when you move to another Windows server. You can even use it to load a new website so you don’t have to configure PHP or any other extensions or loadable modules. Keep in mind if you do want to load a new website to duplicate the configuration you’ll have to change the host headers and IP address assigned to the new site in Windows Server IIS manager.

Let’s get started.

First thing to do is start IIS manager. Start > Administrative Tools > Internet Information Services(IIS) Manager.

Start IIS Manager

Once you have it open right click Websites and select New > New website from file. A browse to box will popup and you can browse to the location you saved the site configuration to.

New Website from File Import Configuration Box

Once you browse to the file click Read. In the bottom box some text will scroll and it will say successful if it imported correctly. If it didn’t it will tell you the errors. You can manually edit the xml file to correct the errors if you wish.

If you used this to create a new website with the same configuration as an existing site then right click the new website and change host headers and IP address.

Thats’ it. If you have any questions post a comment to this article. If you need one on one help visit Admin Zone Forum.

Loading Saved Site Configuration into IIS

You May Also Like

5 thoughts on “Loading Saved Site Configuration into IIS

  1. I have a question about the “Save configuration to a file” option.
    Does it will save the application pool configuration? The application pools will be recreated on the new server?
    I must move an IIS with a lot of websites inside from a server to a new one.

  2. Yes. When you load the file into the new server all configuration data will be imported including app pools, host headers and any special configuation you had.

  3. Hi! your Tuto it’s really helpful, but i am using a windows server 2000 with IIS version 6.0 and i have difficulty to saving site configuration to file, how can someone help me!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.