<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Microsoft Web Deployment Team Blog : Migration</title><link>http://blogs.iis.net/msdeploy/archive/tags/Migration/default.aspx</link><description>Tags: Migration</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Web Deployment Tool 1.0 has shipped!</title><link>http://blogs.iis.net/msdeploy/archive/2009/09/24/web-deployment-tool-1-0-has-shipped.aspx</link><pubDate>Thu, 24 Sep 2009 18:30:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3423842</guid><dc:creator>faith_a</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/msdeploy/rsscomments.aspx?PostID=3423842</wfw:commentRss><comments>http://blogs.iis.net/msdeploy/archive/2009/09/24/web-deployment-tool-1-0-has-shipped.aspx#comments</comments><description>&lt;P&gt;After 2 years of development and lots of customer feedback, we are proud to announce that the Web Deployment Tool has shipped the RTW of our version 1.0! &lt;/P&gt;
&lt;P&gt;&lt;U&gt;In version 1.0, we have the following components: &lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Powerful APIs&lt;/STRONG&gt; that allow you to deploy, sync and migrate web applications on IIS, and perform granular operations like changing IP bindings, site names and changing file structures on the fly.&amp;nbsp;You can also create a new provider to sync a new type of resource.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Command-line tool &lt;/STRONG&gt;(msdeploy.exe) that allows you to perform all the same operations available in the APIs.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;User interface &lt;/STRONG&gt;built into IIS Manager 7.0 on Vista, Windows 2008 and Windows 7 that allows you to create packages (zip files containing IIS config, content, databases and more) and install them.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Delegation framework &lt;/STRONG&gt;and service built into IIS 7.0 that allows you to delegate tasks like installing applications and databases without requiring them to be administrators on the box.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Remote administrative service &lt;/STRONG&gt;that works on IIS 6.0 and 7.0 to allow server-level synchronization by administrators.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;So, what can you do with these components? &lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Migrate Web applications from IIS 6.0.&lt;/STRONG&gt; Simplify the planning of your IIS 6.0 to IIS 7.0 migrations by determining incompatibilities and previewing the proposed changes before starting the process. Learning about any potential issues in advance gives you the chance to take corrective measures and simplifies migration. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Synchronize your server farm.&lt;/STRONG&gt; Synchronize between IIS 6.0 &amp;gt; IIS 6.0 or IIS 7.0, and only sync the differences. The tool simplifies the synchronization process by automatically determining the configuration, content and certificates to be synchronized for a Web site. Optionally, specify additional resources for sync, including databases, COM objects, GAC assemblies and registry settings. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Package, archive and deploy Web applications.&lt;/STRONG&gt; Package configuration and content of Web applications, including databases, and then use the packages for storage or redeployment. These packages can be deployed using IIS Manager without requiring administrative privileges. The tool integrates with Visual Studio 2010 to help developers streamline the deployment of Web applications to the Web server. The tool also integrates with the Web Platform Installer to allow you to simply and easily install community web applications. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;What are some of the new features in RTW?&lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Brand new UI to create those server-side delegation rules, instead of directly editing config. &lt;/LI&gt;
&lt;LI&gt;Delete and recycle application support inside IIS Manager, even as a remote non-admin user. &lt;/LI&gt;
&lt;LI&gt;A new temporary agent that doesn't require you to have any services installed on your remote machines, but instead temporarily adds the agent and then removes it after sync. &lt;/LI&gt;
&lt;LI&gt;A rule to avoid overwriting newer files on the destination with a new rule. &lt;/LI&gt;
&lt;LI&gt;A rule to avoid syncing based on time stamp differences and instead perform a checksum comparison. &lt;/LI&gt;
&lt;LI&gt;A new provider (runCommand) allows you to run a batch file, script or exe as part of synchronization. This is convenient if you need to net start a service, for example. &lt;/LI&gt;
&lt;LI&gt;Lots of enhancements to our parameterization, including the ability to validate what the user enters, and provide a parameters.xml file with answers to parameters instead of passing them one at a time in the command-line.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;Some of our favorite scenarios include: &lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create application packages that contain all of the IIS config, content, databases and more, including parameters so that when the server admin installs the package, they are prompted to fill in parameters like SQL Server connection string. &lt;/LI&gt;
&lt;LI&gt;Insert a few XML files into your existing application zip file (such as DotNetNuke or WordPress) and make your application work seamlessly in control panels or through the Web Platform installer. &lt;/LI&gt;
&lt;LI&gt;Build an automated deployment system using our APIs, cmd-line or the Visual Studio integration, so that you can deploy daily from test to staging to production.&lt;/LI&gt;
&lt;LI&gt;Allow your developers to directly deploy to the staging server without admin intervention, and lock down exactly what they can change (mark a folder as an app but not change the site's binding).&lt;/LI&gt;
&lt;LI&gt;Replace Application Center with a set of scripts or programs that call our APIs or cmd-line to sync multiple servers in a web farm.&lt;/LI&gt;
&lt;LI&gt;Build a roll-back solution by taking a package of your live app, deploying the app_v2 package created in your dev environment, and checking for failures. In case of failures, automatically apply the v1 package or backup that you took. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;But there are a lot more tasks and scenarios you can accomplish, we'd love to hear about what you're doing... &lt;/P&gt;
&lt;P&gt;Go get our 1.0 release at &lt;A href="http://www.iis.net/webdeploymenttool" mce_href="http://www.iis.net/webdeploymenttool"&gt;http://www.iis.net/webdeploymenttool&lt;/A&gt; and let us know what you think! &lt;/P&gt;
&lt;P&gt;Happy deployments,&lt;BR&gt;Faith Allington and the entire Web Deployment team&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3423842" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/msdeploy/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Deployment/default.aspx">Deployment</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Migration/default.aspx">Migration</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Web+Deployment/default.aspx">Web Deployment</category></item><item><title>Web Deployment Tool RC1 has shipped</title><link>http://blogs.iis.net/msdeploy/archive/2009/03/18/web-deployment-tool-rc1-has-shipped.aspx</link><pubDate>Wed, 18 Mar 2009 22:44:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3018111</guid><dc:creator>faith_a</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/msdeploy/rsscomments.aspx?PostID=3018111</wfw:commentRss><comments>http://blogs.iis.net/msdeploy/archive/2009/03/18/web-deployment-tool-rc1-has-shipped.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;The Web Deployment team is excited to announce that RC1 shipped this morning! We now have a release candidate that can be used for production testing and supports many new features. &lt;/P&gt;
&lt;P mce_keep="true"&gt;So what did we add, you ask?&lt;/P&gt;
&lt;P mce_keep="true"&gt;The biggest feature is our integration with the &lt;A title="Web Platform Installer" href="http://www.iis.net/extensions/WebPI" mce_href="http://www.iis.net/extensions/WebPI"&gt;Web Platform Installer&lt;/A&gt;, or WebPI. Now you can use WebPI to seamlessly install community web applications DotNetNuke or WordPress on your machine including all of their dependencies such as IIS, ASP.NET, PHP, etc., using the Web Deployment Tool to perform the application install. You can even &lt;A title="submit your own applications" href="http://learn.iis.net/page.aspx/578/application-packaging-guide-for-the-windows-web-application-gallery/" mce_href="http://learn.iis.net/page.aspx/578/application-packaging-guide-for-the-windows-web-application-gallery/"&gt;submit your own applications&lt;/A&gt; into the Windows Web Application Gallery so they can be included in WebPI!&lt;/P&gt;
&lt;P mce_keep="true"&gt;Beyond that we have a bunch of features as well as a lot of performance and stabilization work.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Web application packaging and deployment additions:&lt;/B&gt; &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Added the ability to create packages by hand without requiring the Web Deployment Tool to be installed. 
&lt;LI&gt;Enhanced the iisApp provider so that IIS application packages can be installed on IIS 6.0 (Windows 2003) and IIS 5.1 (XP). 
&lt;LI&gt;Added the setAcl provider, which allows you to set ACLs on a destination machine. You can set ACLs on a folder or file and specify a username or group. It can also automatically detect the application pool or anonymous user to set ACLs for. 
&lt;LI&gt;Improved the parameterization feature, including: 
&lt;UL&gt;
&lt;LI&gt;A single parameter can be written to multiple places, instead of requiring a user to enter the information multiple times. 
&lt;LI&gt;Tags for parameters that can be interpreted by code or the IIS Manager UI, so that you can remove parameters if they aren't needed, for example. 
&lt;LI&gt;New parameter types, giving you more flexibility. 
&lt;LI&gt;UI support so that any parameter type can be created. &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Added support for multiple database types. 
&lt;LI&gt;Added the ability to create packages in the IIS Manager that include more than just IIS applications and SQL databases, now any provider can be included in a package. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Web server synchronization additions: &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Added logging for the Remote Agent Service, so that you can easily troubleshoot remote sync issues. 
&lt;LI&gt;Improved the logging for the Web Deployment Handler so that less unnecessary data is logged. 
&lt;LI&gt;Added automatic detection of encrypted properties in IIS configuration, so that an encryption password must be set. 
&lt;LI&gt;Improved the performance of synchronizations and fixed several of the issues with syncing large amounts of content.&lt;/LI&gt;&lt;/UL&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"&gt;Downloads&lt;BR&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: #434343; FONT-SIZE: 10pt"&gt;x86 version: &lt;/SPAN&gt;&lt;A href="http://go.microsoft.com/?linkid=9656139"&gt;&lt;FONT color=#0000ff size=3 face="Times New Roman"&gt;http://go.microsoft.com/?linkid=9656139&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: #434343; FONT-SIZE: 10pt"&gt;&lt;BR&gt;x64 version: &lt;/SPAN&gt;&lt;A href="http://go.microsoft.com/?linkid=9656140"&gt;&lt;FONT color=#0000ff size=3 face="Times New Roman"&gt;http://go.microsoft.com/?linkid=9656140&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt; 
&lt;P&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"&gt;Documentation&lt;BR&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: #434343; FONT-SIZE: 10pt"&gt;Walkthroughs can be found at the &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"&gt;&lt;A href="http://learn.iis.net/page.aspx/346/web-deployment-tool/"&gt;Web Deployment Tool main page&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: #434343; FONT-SIZE: 10pt"&gt;.&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: #434343; FONT-SIZE: 10pt"&gt;Full product documentation can be found at &lt;A href="http://technet.microsoft.com/en-us/library/dd569024.aspx"&gt;http://technet.microsoft.com/en-us/library/dd569024.aspx&lt;/A&gt;. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: #434343; FONT-SIZE: 10pt"&gt;Please join us in the forums and tell us what you think. What's great, what's bad, what's missing... we want to know!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: #434343; FONT-SIZE: 10pt"&gt;Happy deployments!&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3018111" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/msdeploy/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Deployment/default.aspx">Deployment</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Migration/default.aspx">Migration</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Web+Deployment/default.aspx">Web Deployment</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/MSDeploy/default.aspx">MSDeploy</category></item><item><title>Microsoft.com uses the Web Deployment Tool</title><link>http://blogs.iis.net/msdeploy/archive/2008/04/14/microsoft-com-uses-the-web-deployment-tool.aspx</link><pubDate>Mon, 14 Apr 2008 23:20:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2297600</guid><dc:creator>faith_a</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/msdeploy/rsscomments.aspx?PostID=2297600</wfw:commentRss><comments>http://blogs.iis.net/msdeploy/archive/2008/04/14/microsoft-com-uses-the-web-deployment-tool.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;The folks at Microsoft.com used the Web Deployment Tool to perform a migration of an IIS 6.0 server to IIS 7.0. They published a whitepaper describing their experiences with Tech Preview 1, available at their new operations site. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://technet.microsoft.com/en-us/mscomops/cc424869.aspx"&gt;http://technet.microsoft.com/en-us/mscomops/cc424869.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;BTW, the new operations site also happens to have some interesting articles about other IIS 7.0 functionality, such as how they are using delegated configuration and streamlining their installations. I think we can expect to see more whitepapers in the future.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Enjoy!&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks,&lt;BR&gt;-faith&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2297600" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/msdeploy/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Deployment/default.aspx">Deployment</category><category domain="http://blogs.iis.net/msdeploy/archive/tags/Migration/default.aspx">Migration</category></item></channel></rss>