Microsoft releases IIS deployment tool for migrating servers

Posted by Dan on Jan 24, 2008 @ 11:04 AM

Microsoft has released an IIS deployment tool which allows you to sync settings between IIS servers or to migrate settings from an IIS6 server to an IIS7 server. From the Microsoft Web Deployment Team Blog:

So what is this new deployment tool? You may have read Scott Guthrie’s post about the future of ASP.NET and IIS. In the post he mentioned the roadmap for a web deployment framework, that’s us. :) In our first version, we’re releasing a command-line tool called msdeploy.exe that provides support for deploying, synchronizing and migrating IIS 6.0 and 7.0.

It supports moving configuration, content, SSL certificates and other types of data associated with a web server. You can choose to sync a single site or the entire web server. Because we know that one tool can never ‘automagically’ guess what your application relies on, we’ve tried to be pretty flexible and powerful – you can customize exactly what you want to sync using a manifest file. You can also skip sites or other objects, or you can perform regular expression replacements during a sync (like changing the home directory on the destination machine).

The goal of the tool is to help you keep servers in sync, to make deployment easier and also to help with migrating to new versions of IIS. You could use a sync on two machines in a web farm, for example. Or maybe you need to move to a new server of the same version, you can use this tool. Of course, we also enable you to do a migration from IIS 6.0 to 7.0.

Microsoft has released some walkthroughs to teach you how to use the tool and has released both an x86 version and an x64 version.

Categories: HTML/ColdFusion

Comments for this entry have been disabled.