Technical Tips and Solutions

Back to Tech Tips

24/08/2005 - Moving servers under IIS - save web sites

If you right click on the Web Sites node within IIS management console there is an option to save to a file - do this and you get all your site definitions nicely stored in an XML file. Copy this to your new server and it can be parsed by the create new web site from file option (also in IIS management console). Saves a lot of typing.

Back to Tech Tips