<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Web and Microsoft : web deployment</title><link>http://blogs.msdn.com/klevereblog/archive/tags/web+deployment/default.aspx</link><description>Tags: web deployment</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Microsoft Web Deployment Tool</title><link>http://blogs.msdn.com/klevereblog/archive/2008/08/19/microsoft-web-deployment-tool.aspx</link><pubDate>Tue, 19 Aug 2008 18:19:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8878976</guid><dc:creator>klevereblog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/klevereblog/comments/8878976.aspx</comments><wfw:commentRss>http://blogs.msdn.com/klevereblog/commentrss.aspx?PostID=8878976</wfw:commentRss><wfw:comment>http://blogs.msdn.com/klevereblog/rsscomments.aspx?PostID=8878976</wfw:comment><description>&lt;p&gt;Microsoft has created the Microsoft Web Deployment Tool, which provides deployment and migration support for Internet Information Services versions 6.0 and 7.0. This tool incorporates many features that enable web server administrators to deploy, sync and migrate sites, including configuration, content, SSL certificates and other types of data associated with a Web server. For additional information, please see our documentation. This version of the tool, Beta 1, is a Go Live and can be used for production testing.&lt;/p&gt;  &lt;p&gt;This tool can be used on Windows Server 2008 and Internet Information Services 7.0 as well as Windows Server 2003 and Internet Information Services 6.0. Please note that this is a Beta 1 release of the tool. As with any pre-release tools or software, you should always backup your system before using it. &lt;/p&gt;  &lt;h4&gt;Features&lt;/h4&gt;  &lt;p&gt;The tool supports a wide range of features, and the following list contains several of the features in this version:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Synchronization of IIS 6.0/IIS 7.0:      &lt;br /&gt;&lt;/strong&gt;The sync operation provides administrators with a way to quickly synchronize a site or server and deploy changes to existing sites and servers. A synchronization allows you to synchronize one source with one destination. For example, you can synchronize two directory paths or two web servers. The sync can be performed with local or remote objects. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Snapshot of IIS 6.0/IIS 7.0:&lt;/strong&gt;    &lt;br /&gt;The snapshot, or archive, functionality allows administrators or developers to quickly take an archive of their web site or server for rollback, restore or backup purposes. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Migration from IIS 6.0:      &lt;br /&gt;&lt;/strong&gt;The migrate operation provides administrators with a way to migrate sites or entire servers from IIS 6.0 to IIS 7.0, including their settings and content. A migration is essentially a way of synchronizing, filtered by migration rules. For example, when migrating from IIS 6.0 to IIS 7.0, MS Deploy will check the value of some properties and see if it is the IIS 6.0 default. If it is the default, such as the log files directory, it will instead use the value set on the IIS 7.0 server. This enables a server admin to maintain new settings on IIS 7.0 while moving sites or applications from IIS 6.0. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Analysis of IIS 6.0 Installed Features:      &lt;br /&gt;&lt;/strong&gt;The analyze operation allows administrators to check what components are installed on the source server. In this way, they can determine if features are present that they will need in IIS 7.0 or that require more advanced setup than simply copying files. For example, ASP.NET requires more than a file copy and will need to be installed on the destination server. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Troubleshooting and Validation Features:      &lt;br /&gt;&lt;/strong&gt;For validating an operation, the -whatif flag allows administrators to see what actions would happen when they perform an operation. This is especially useful for performing sync or migration, when they want to validate what changes will be made before performing them. For troubleshooting, the -verboseLevel flag allows administrators to get rich detail about what operations are being performed, and upon failure, the ability to diagnose the problem. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NEW FEATURES in this version!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;PowerShell Support:     &lt;br /&gt;&lt;/strong&gt;PowerShell cmdlets are included, allowing you to use the Microsoft Web Deployment Tool conveniently with PowerShell. For more information about how the PowerShell cmdlets work, see the Help file as well as the Microsoft Web Deployment Tool walkthroughs.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Enhanced Dependency Checking:     &lt;br /&gt;&lt;/strong&gt;The dependencies that are checked for a web site or server can now be viewed on IIS 7.0 as well as IIS 6.0. They can be turned off on a granular level, such as disabling the drive space dependency check while still running the other dependency checks, or disabling the check for a single ISAPI script map. Additionally, when you view dependencies, you will be able to see the &amp;#8220;trigger&amp;#8221; for the dependency (what location(s) in configuration caused the Microsoft Web Deployment Tool to say that the module/component is a potential dependency).&lt;/p&gt;  &lt;p&gt;You can get support for The Microsoft Web Deployment Tool using this forum: &lt;a href="http://forums.iis.net/1144.aspx"&gt;http://forums.iis.net/1144.aspx&lt;/a&gt;.&lt;/p&gt;  &lt;h4&gt;Benefits&lt;/h4&gt;  &lt;p&gt;This tool is a substantial step forward for helping you to deploy, sync or migrate sites and servers in your Web environment.&lt;/p&gt;  &lt;p&gt;Specifically, you can accomplish the following tasks:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Simplify web farm deployments &lt;/li&gt;    &lt;li&gt;Migrate sites or entire servers &lt;/li&gt;    &lt;li&gt;Snapshot sites or entire servers for backups or versioning &lt;/li&gt;    &lt;li&gt;Determine the differences between two sites or servers &lt;/li&gt;    &lt;li&gt;Determine what components your site depends on&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The tool can be found here: &lt;a href="http://iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1602" target="_blank"&gt;x86&lt;/a&gt; or &lt;a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1603" target="_blank"&gt;x64&lt;/a&gt;&lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3f20a49a-3d36-4253-9898-b0fc2520d60a" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/iis" rel="tag"&gt;iis&lt;/a&gt;,&lt;a href="http://technorati.com/tags/web" rel="tag"&gt;web&lt;/a&gt;,&lt;a href="http://technorati.com/tags/web%20deployment" rel="tag"&gt;web deployment&lt;/a&gt;,&lt;a href="http://technorati.com/tags/server%20farms" rel="tag"&gt;server farms&lt;/a&gt;,&lt;a href="http://technorati.com/tags/iis%206.0" rel="tag"&gt;iis 6.0&lt;/a&gt;,&lt;a href="http://technorati.com/tags/iis%207.0" rel="tag"&gt;iis 7.0&lt;/a&gt;,&lt;a href="http://technorati.com/tags/migration" rel="tag"&gt;migration&lt;/a&gt;&lt;/div&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b86a127a-b14f-405b-8469-a339054454d9" class="wlWriterSmartContent"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/iis" rel="tag"&gt;iis&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/web" rel="tag"&gt;web&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/web%20deployment" rel="tag"&gt;web deployment&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/server%20farms" rel="tag"&gt;server farms&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/iis%206.0" rel="tag"&gt;iis 6.0&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/iis%207.0" rel="tag"&gt;iis 7.0&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/migration" rel="tag"&gt;migration&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8878976" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/klevereblog/archive/tags/IIS+Tips/default.aspx">IIS Tips</category><category domain="http://blogs.msdn.com/klevereblog/archive/tags/iis+7/default.aspx">iis 7</category><category domain="http://blogs.msdn.com/klevereblog/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.msdn.com/klevereblog/archive/tags/migration/default.aspx">migration</category><category domain="http://blogs.msdn.com/klevereblog/archive/tags/web+deployment/default.aspx">web deployment</category><category domain="http://blogs.msdn.com/klevereblog/archive/tags/iis+6.0/default.aspx">iis 6.0</category><category domain="http://blogs.msdn.com/klevereblog/archive/tags/server+farms/default.aspx">server farms</category></item></channel></rss>