<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Mai-lan&amp;#39;s Blog</title><subtitle type="html">Web and media platform, etc.</subtitle><id>http://blogs.iis.net/mailant/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.iis.net/mailant/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2009-04-30T16:13:00Z</updated><entry><title>Windows Cache Extension for PHP (aka, “WinCache”) 1.0 General Availability Today</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/11/19/windows-cache-extension-for-php-aka-wincache-1-0-general-availability-today.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/11/19/windows-cache-extension-for-php-aka-wincache-1-0-general-availability-today.aspx</id><published>2009-11-19T21:21:59Z</published><updated>2009-11-19T21:21:59Z</updated><content type="html">&lt;p&gt;Today we announce the general availability of the &lt;a href="http://www.iis.net/expand/wincacheforphp"&gt;Windows Cache Extension for PHP 1.0&lt;/a&gt; (affectionately known as “WinCache”), which is an open source &lt;em&gt;built-for-Windows &lt;/em&gt;caching extension to the PHP engine. You can view, contribute and download the source code for WinCache at the PHP repository for extensions (&lt;a href="http://pecl.php.net/package/WinCache"&gt;http://pecl.php.net/package/WinCache&lt;/a&gt;), where &lt;a href="http://pecl.php.net/packages.php?catpid=3&amp;amp;catname=Caching"&gt;we have joined other Linux-based PHP caches&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.iis.net/blogs/mailant/image_2E634D05.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.iis.net/blogs/mailant/image_thumb_0E84C37D.png" width="777" height="410" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I wanted to thank &lt;a href="http://channel9.msdn.com/tags/Pierre+Joye/"&gt;Pierre Joye&lt;/a&gt; for his invaluable help in helping connect the IIS product team with PECL, and for agreeing to host the WinCache binaries on &lt;a href="http://windows.php.net"&gt;http://windows.php.net&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;We cordially invite the PHP development community to join us in development of this caching extension for PHP on Windows. &lt;/strong&gt;We already have gotten one contribution from the community in our pre-release mode and are very excited to have others join this new PHP on Windows caching community. The IIS team at Microsoft is going to start off the v2.0 development by adding a user cache and lazy class loading to the opcode cache, file cache, and relative file cache that is available today in WinCache 1.0. &lt;/p&gt;  &lt;p&gt;I am proud of the WinCache project for many reasons, including:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;strong&gt;&lt;em&gt;WinCache solves a real customer problem&lt;/em&gt;.&lt;/strong&gt; WinCache provides a Windows PHP caching extension that is free and part of the PECL extension library, and can accelerate the performance of all PHP applications on Windows. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;&lt;em&gt;WinCache is our first big open source contribution to the PHP on Windows community.&lt;/em&gt;&lt;/strong&gt; The IIS team has made &lt;a href="http://blogs.iis.net/mailant/archive/2009/05/18/contributions-to-the-php-engine.aspx"&gt;several code contributions (big fixes) to the PHP 5.3 release&lt;/a&gt;, as well as provided support for the &lt;a href="http://blogs.iis.net/ruslany/archive/2009/02/13/windows-installer-for-php-5-2-9-rc-and-php-5-3-beta.aspx"&gt;Windows Installer for PHP community&lt;/a&gt; (John Mertic rocks) and the &lt;a href="http://www.php.net/manual/en/install.windows.php"&gt;Windows documentation on the PHP website&lt;/a&gt;. This WinCache release is a substantial amount of code that we are open sourcing on the PECL extension library. We hope others join this new community to help accelerate PHP performance on Windows. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;&lt;em&gt;WinCache represents a series of “firsts” for Microsoft&lt;/em&gt;&lt;/strong&gt;…first time Microsoft has contributed to the PECL repository, first Windows-based PHP cache, first joint community project between Microsoft and the PHP development community, first BSD license for the IIS team….and the list goes on. The WinCache feature team of &lt;a href="http://blogs.iis.net/ruslany"&gt;Ruslan&lt;/a&gt;, &lt;a href="http://blogs.iis.net/ksingla"&gt;Kanwal&lt;/a&gt; and &lt;a href="http://blogs.iis.net/donraman "&gt;Don&lt;/a&gt; are incredibly passionate about PHP on Windows, respond to their blog and forum comments,&amp;#160; and lurk on the &lt;a href="http://news.php.net/group.php?group=php.windows"&gt;PHP on Windows mailing list&lt;/a&gt; if you want to connect with them. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Here’s some more information about WinCache.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;What is WinCache?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;WinCache is actually a collection of three caches:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;An opcode file cache, just like the one that APC provides to cache compiled PHP code &lt;/li&gt;    &lt;li&gt;A file cache to help when your PHP scripts run on remote servers. This is net new functionality that is not available in other caching modules at the time of this blog. &lt;/li&gt;    &lt;li&gt;A relative file cache to cache relative file paths for when you are running PHP scripts on remote servers. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;WinCache itself was designed, written, and tested by the IIS engineering team that also brings you FastCGI, the core PHP hosting platform in IIS. We are planning to add more caches to WinCache in 2010.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;What is the WinCache license?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;WinCache is licensed under &lt;a href="http://www.opensource.org/licenses/bsd-license.php"&gt;BSD&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;How do I get WinCache?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;You can &lt;a href="http://us2.php.net/manual/en/wincache.win32build.php"&gt;compile WinCache as part of your PHP compilation from the PECL library&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;If you download any PHP application from &lt;a href="http://www.microsoft.com/web/downloads/platform.aspx"&gt;Web Platform Installer&lt;/a&gt; and/or the &lt;a href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/a&gt; (&lt;a href="http://www.microsoft.com/web/gallery/WordPress.aspx"&gt;WordPress&lt;/a&gt;, &lt;a href="http://www.microsoft.com/web/gallery/moodle.aspx"&gt;Moodle&lt;/a&gt;, &lt;a href="http://www.microsoft.com/web/gallery/silverstripe.aspx"&gt;SilverStripe&lt;/a&gt;, &lt;a href="http://www.microsoft.com/web/gallery/sugarcrm.aspx"&gt;SugarCRM&lt;/a&gt;, &lt;a href="http://www.microsoft.com/web/gallery/drupal.aspx"&gt;Acquia Drupal&lt;/a&gt;, &lt;a href="http://www.microsoft.com/web/gallery/gallery.aspx"&gt;Gallery 2&lt;/a&gt;, and any other new PHP app in the Web App Gallery), you will automatically get WinCache installed on your IIS computer as part of the PHP application install. We want to make sure that your PHP application deployment and hosting experience is great on Windows. &lt;/p&gt;  &lt;p&gt;&lt;font color="#800080"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#800080"&gt;&lt;strong&gt;How do I learn more about WinCache?&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;You can learn more about WinCache’s features and how to get started on the &lt;a href="http://php.iis.net"&gt;http://php.iis.net&lt;/a&gt; community site. You can also check out the blogs for the feature team (&lt;a href="http://blogs.iis.net/ksingla"&gt;Kanwal&lt;/a&gt;, &lt;a href="http://blogs.iis.net/ruslany"&gt;Ruslan&lt;/a&gt;, &lt;a href="http://blogs.iis.net/donraman"&gt;Don&lt;/a&gt;) or visit the &lt;a href="http://forums.iis.net/1164.aspx"&gt;community forum&lt;/a&gt; which is supported by the feature team and WinCache community. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;How much faster is it to run WinCache with my PHP application?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;We are seeing quite a significant increase in performance. But don’t take our word for it. Check out the perspective of other members of the PHP developer community:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.phpdeveloper.org/news/13173"&gt;Cal Evans&lt;/a&gt;’ benchmark results&lt;/li&gt;    &lt;li&gt;&lt;a href="http://techportal.ibuildings.com/2009/11/19/php-on-windows-the-wincache-1-0-benchmark./"&gt;TechPortal at iBuildings.com&lt;/a&gt; benchmark results &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;We hope that others try WinCache and publish their findings as well. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;Why is Microsoft investing in making PHP run faster?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;IIS is all about making apps run at their finest on IIS. We have a built-in advantage with ASP.NET apps because we can walk down the hallway in our building here in the Seattle area to talk to the ASP.NET team about how to make the ASP.NET on IIS experience better. But we also care deeply about the PHP experience on IIS – there are some amazing applications like WordPress and Drupal that form the foundation of many a Web site on the Internet. We are committed to making those applications run great on Windows, which is the primary motivation for our WinCache project.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#800080"&gt;How do I learn more about WinCache?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;To learn more about WinCache, you can check out:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;The &lt;a href="http://us3.php.net/wincache/"&gt;PECL documentation on WinCache&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;The PHP on Windows feature team (&lt;a href="http://blogs.iis.net/ksingla"&gt;Kanwal&lt;/a&gt;, &lt;a href="http://blogs.iis.net/ruslany"&gt;Ruslan&lt;/a&gt;, and &lt;a href="http://blogs.iis.net/donraman"&gt;Don&lt;/a&gt;) blogs &lt;/li&gt;    &lt;li&gt;The &lt;a href="http://forums.iis.net/1164.aspx"&gt;WinCache community forum&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;The &lt;a href="http://forums.iis.net/1164.aspx"&gt;IIS.NET documentation on WinCache&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;The &lt;a href="http://pecl.php.net/package/wincache/"&gt;source code of WinCache on PECL&lt;/a&gt;, licensed under BSD &lt;/li&gt;    &lt;li&gt;How to &lt;a href="http://pecl.php.net/package/wincache/"&gt;file bugs on WinCache in PECL&lt;/a&gt; &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Thanks, &lt;/p&gt;  &lt;p&gt;Mai-lan&lt;/p&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3522758" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/mailant/archive/tags/IIS+News+Item/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /><category term="Web App Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+App+Gallery/default.aspx" /></entry><entry><title>IIS SEO Toolkit 1.0 Final Release Available Today</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/11/17/iis-seo-toolkit-1-0-final-release-available-today.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/11/17/iis-seo-toolkit-1-0-final-release-available-today.aspx</id><published>2009-11-17T23:06:19Z</published><updated>2009-11-17T23:06:19Z</updated><content type="html">&lt;p&gt;Today, IIS launched the &lt;a href="http://www.microsoft.com/web/seo "&gt;IIS SEO Toolkit 1.0&lt;/a&gt;, a free, fully supported extension to IIS7 that makes it easy for you to build and maintain Web sites optimized for search engines and site quality. In a world where thousands of new Web sites appear on the Internet every month, it is more important than ever to provide a Web destination that is easily discoverable by search engines. Users have a tremendous amount of choice on Web sites today, and poor site quality, like slow response time and broken links, will end up costing you site visitors and visits. Developers and site administrators can download the IIS SEO Toolkit today using &lt;a href="http://www.microsoft.com/web/downloads/platform.aspx"&gt;Web Platform Installer&lt;/a&gt; or directly from the &lt;a href="http://go.microsoft.com/?linkid=9695985"&gt;Microsoft Download Center&lt;/a&gt;, and start optimizing any Web sites on Windows (ASP.NET, HTML, ASP, or PHP).&lt;/p&gt;  &lt;p&gt;The IIS SEO Toolkit installs and runs on &lt;a href="http://www.iis.net/getstarted"&gt;IIS 7.x&lt;/a&gt;, which is the Microsoft Web server shipped as part of Windows Server 2008, Windows Server 2008 R2, Windows Vista and Windows 7. &lt;/p&gt;  &lt;p&gt;If you are a &lt;strong&gt;&lt;font color="#000080" size="4"&gt;site administrator&lt;/font&gt;&lt;/strong&gt;, you will love using the IIS SEO toolkit because you don’t have to write code to improve your Web site’s “searchability” by Bing, Google and other Web sites, and you can directly impact the quality of your Web site. You can find and fix-up site issues by running reports that:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;analyze everything from broken links to load times on Web pages &lt;/li&gt;    &lt;li&gt;discover common browsing paths through your Web site taken by customers&lt;/li&gt;    &lt;li&gt;duplicate files and other issues with site quality&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you are a &lt;font color="#000080" size="4"&gt;&lt;strong&gt;developer&lt;/strong&gt;&lt;/font&gt;, you will be interested in the IIS SEO toolkit because it can simplify your development process for new Web sites and help you maintain existing sites. You can use the same Web server administration console that you use for managing your site to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;run reports to report on broken links across your Web site&lt;/li&gt;    &lt;li&gt;control robots crawling behavior on your site&lt;/li&gt;    &lt;li&gt;build custom site analysis reports for site administrators&lt;/li&gt;    &lt;li&gt;add and edit sitemaps and sitemap indices&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;One of the most powerful features in the IIS SEO toolkit is the built-in site analyzer that lets you run detailed reports on web sites that are hosted on external Web sites or your localhost environment. &lt;/p&gt;  &lt;p&gt;The “dashboard” for the Site Analysis Report gives you a summary of violations and other built-in reports like pages with the most violations, or sort by violation categories or levels.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.iis.net/blogs/mailant/clip_image002_2BAA080C.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.iis.net/blogs/mailant/clip_image002_thumb_7283053C.jpg" width="602" height="422" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you want to take a different “view” of your Web site, you can look at your site by content, performance or links. The query builder that comes with the Site Analysis tool lets you set up custom queries to get a detailed view of the content you care about. In this example below, you can see all the links to images on your site.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.iis.net/blogs/mailant/clip_image0028_7F10B258.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002[8]" border="0" alt="clip_image002[8]" src="http://blogs.iis.net/blogs/mailant/clip_image0028_thumb_5D44D9C7.jpg" width="672" height="472" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The IIS SEO toolkit is part of the IIS7 mission to provide the best Web application hosting platform for developers and administrators. We hope you enjoy using this extension and look forward to hearing your suggestions in our &lt;a href="http://forums.iis.net/1162.aspx"&gt;SEO Toolkit forum&lt;/a&gt;!&lt;/p&gt;  &lt;p&gt;For more information, check out these sources:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.iis.net/carlosag"&gt;Carlos’ blogs&lt;/a&gt; with many a post on the SEO toolkit&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://forums.iis.net/1162.aspx"&gt;public forum, monitored by the IIS product team, for SEO Toolkit&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://www.iis.net/extensions/SEOToolkit"&gt;SEO Toolkit extension page&lt;/a&gt; with a summary of features and links to more detailed articles&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3518607" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/mailant/archive/tags/IIS+News+Item/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /></entry><entry><title>Download a powerful load balancer and caching solution free on Windows Server 2008 or later with Application Request Routing (ARR) 2.0</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/11/09/download-a-powerful-load-balancer-and-caching-solution-free-on-windows-server-2008-or-later-with-the-application-request-routing-arr-2-0.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/11/09/download-a-powerful-load-balancer-and-caching-solution-free-on-windows-server-2008-or-later-with-the-application-request-routing-arr-2-0.aspx</id><published>2009-11-09T19:01:00Z</published><updated>2009-11-09T19:01:00Z</updated><content type="html">&lt;P&gt;I am very pleased to announce the final release of &lt;A href="http://www.iis.net/extensions/arr" mce_href="http://www.iis.net/extensions/arr"&gt;Application Request Routing (ARR) 2.0&lt;/A&gt;, which provides a powerful load balancer and caching solution for free download onto Windows Server 2008 or Windows Server 2008 R2. As with all the IIS Web server extensions, ARR is built by the same engineering team that brings you the IIS Web server, fully supported by Microsoft Customer Support, and will soon be localized in French, Spanish, Russian, Korean, Chinese Traditional, Chinese Simplified, Spanish, German, and Japanese. &lt;/P&gt;
&lt;P&gt;ARR only installs on IIS 7.x, which means Windows Server 2008 and Windows Server 2008 R2. ARR can be used to load balance requests to Windows Server 2003 and &lt;A href="http://blogs.iis.net/mailant/archive/2009/10/22/how-you-can-use-iis7-as-web-front-to-java-app-servers-in-a-3-tier-architecture.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/10/22/how-you-can-use-iis7-as-web-front-to-java-app-servers-in-a-3-tier-architecture.aspx"&gt;even other types of servers like Java in a Web farm&lt;/A&gt; but ARR itself has to be installed on a Windows Server 2008 or later server.&lt;/P&gt;
&lt;P&gt;Once you download ARR (use &lt;A href="http://www.iis.net/extensions/webplatforminstaller" mce_href="http://www.iis.net/extensions/webplatforminstaller"&gt;Web Platform Installer&lt;/A&gt; for an easy install), you will see a new node called “Server Farms” appear in the left tree-view&amp;nbsp; of our IIS Manager administration console.&amp;nbsp; With ARR, we are adding Server Farms as an IIS Web server concept on the same level as Sites, Servers, and App Pools. ARR gives you the ability to load requests, monitor and manage servers and requests, set up proxying services, establish routing rules (using our URL Rewrite extension) and set up affinity relationships between servers and requests. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://blogs.iis.net/blogs/mailant/ServerfarmtreeviewwithARR_mlbt_46F683B3.jpg" mce_href="http://blogs.iis.net/blogs/mailant/ServerfarmtreeviewwithARR_mlbt_46F683B3.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="Server farm tree view with ARR_mlbt" border=0 alt="Server farm tree view with ARR_mlbt" src="http://blogs.iis.net/blogs/mailant/ServerfarmtreeviewwithARR_mlbt_thumb_5A078A92.jpg" width=798 height=514 mce_src="http://blogs.iis.net/blogs/mailant/ServerfarmtreeviewwithARR_mlbt_thumb_5A078A92.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;One of the innovative Web hosting providers that we work with, &lt;A href="http://www.maximumasp.com/" mce_href="http://www.maximumasp.com/"&gt;MaximumASP&lt;/A&gt;, has rolled out a new service called &lt;A href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;amp;newsId=20090923005832" mce_href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;amp;newsId=20090923005832"&gt;MAXEsp&lt;/A&gt; which provides high availability for shared hosting using ARR on top of Windows Server 2008 R2. This type of new offer is exactly what we like to see being built on our IIS platform of Web server + Web server extensions –-- customers either making money or saving money using &lt;A href="http://www.iis.net/getstarted" mce_href="http://www.iis.net/getstarted"&gt;Windows Server 2008 or later with IIS 7.x&lt;/A&gt; and our &lt;A href="http://www.iis.net/extensions" mce_href="http://www.iis.net/extensions"&gt;library of Web extensions&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In this second version of ARR, we introduce support for managing cache hierarchies, which is a requirement for ARR to&amp;nbsp; manage requests in the data centers for Content Delivery Networks (like Akamai). ARR is an integral part of the &lt;A href="http://www.iis.net/media" mce_href="http://www.iis.net/media"&gt;IIS media hosting platform for high definition media delivery over HTTP&lt;/A&gt;. We introduce the ability for ARR v2 to be used on the edge of the network either as a parent node or a child caching node in a data center that can be geographically distributed. Pretty powerful stuff – and it’s free on Windows Server 2008 or later, fully supported by Microsoft and coming soon in 9 languages for international customers.&lt;/P&gt;
&lt;P&gt;To learn more about ARR, check out these blogs:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Don has put together a &lt;A href="http://blogs.iis.net/donraman/archive/2009/11/09/announcing-the-rtw-release-of-application-request-routing-v2-for-iis7-0.aspx" mce_href="http://blogs.iis.net/donraman/archive/2009/11/09/announcing-the-rtw-release-of-application-request-routing-v2-for-iis7-0.aspx"&gt;nice collection of links to detailed documentation and walkthroughs&lt;/A&gt; to get started.&lt;/LI&gt;
&lt;LI&gt;Eric provides a &lt;A href="http://blogs.iis.net/windowsserver/archive/2009/11/09/increase-web-application-scalability-and-reliability-with-arr-2-0-rtw.aspx" mce_href="http://blogs.iis.net/windowsserver/archive/2009/11/09/increase-web-application-scalability-and-reliability-with-arr-2-0-rtw.aspx"&gt;good summary of ARR on the Windows Server blog with a neat link to case studies&lt;/A&gt; for using ARR to replace SQUID.&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3502630" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/mailant/archive/tags/IIS+News+Item/default.aspx" /></entry><entry><title>How You Can Use IIS7 as Web Front End to Java App Servers</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/10/22/how-you-can-use-iis7-as-web-front-to-java-app-servers-in-a-3-tier-architecture.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/10/22/how-you-can-use-iis7-as-web-front-to-java-app-servers-in-a-3-tier-architecture.aspx</id><published>2009-10-22T12:32:00Z</published><updated>2009-10-22T12:32:00Z</updated><content type="html">&lt;p&gt;Ask many server administrators if Microsoft’s IIS Web server can be used with Java servers, and you will probably hear a quick “No way!” with an optional sniff or chuckle, depending on your server preference. Starting with Windows Server 2008 and later, you can set up IIS7 as the Web serving tier in a three-tier deployment to IIS or Java servers on the backend.&lt;/p&gt;  &lt;p&gt;Customers are taking advantage of this functionality today if they have an existing Java investment:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://tomspensieve.spaces.live.com/blog/cns!C9349587F19480E1!620.entry"&gt;Front-end IIS Web server delivering requests to backend WebLogic server running a Deltek time entry system&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;A major insurance provider using an IIS Web server to deliver requests to TomCat application servers. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The key component is &lt;a href="http://www.iis.net/extensions/arr"&gt;IIS Application Request Routing (ARR)&lt;/a&gt;, which we ship as a fully supported, free Web extension for Windows Server 2008 and later. If you have Windows Server 2008 or later, ARR 1.0 gives you:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;IIS as an option in a three-tier configuration with WebLogic and TomCat backends. It should work with WebSphere too – if you try it, blog about it and let us know! &lt;/li&gt;    &lt;li&gt;application load balancing that you can configure easily using rules &lt;/li&gt;    &lt;li&gt;dynamic scale your Web app to different servers in a server farm, based on memory and other factors &lt;/li&gt;    &lt;li&gt;rules-based ability to bind client requests to specific servers with cookies &lt;/li&gt;    &lt;li&gt;centralized configuration management and health monitoring for nodes in a server &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;In the next few weeks, we will release ARR 2.0, which adds advanced support for Edge serving to distributed cache hierarchies. ARR 2.0 as a pre-release has been running in production for several major content delivery networks as a high-performance Squid alternative on the network Edge. &lt;/p&gt;  &lt;p&gt;Useful links:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;More information about &lt;a href="http://www.iis.net/extensions/arr"&gt;ARR in general&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;More information about &lt;a href="http://learn.iis.net/page.aspx/484/configure-3-tier-deployment-architecture-using-application-request-routing/"&gt;ARR in a 3-tier configuration with Java&lt;/a&gt; app servers &lt;/li&gt;    &lt;li&gt;&lt;a href="http://forums.iis.net/1154.aspx"&gt;ARR public forum&lt;/a&gt;, monitored by the ARR engineering team and ARR community &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3472155" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /></entry><entry><title>General availability of Windows 7 &amp; Windows Server 2008 R2, with IIS 7.5</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/10/22/general-availability-of-windows-7-amp-windows-server-2008-r2-with-iis-7-5.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/10/22/general-availability-of-windows-7-amp-windows-server-2008-r2-with-iis-7-5.aspx</id><published>2009-10-22T07:22:00Z</published><updated>2009-10-22T07:22:00Z</updated><content type="html">&lt;P&gt;As of today, Windows 7 and Windows Server 2008 R2 is generally available for purchase. This latest release of the Windows operating system contains IIS 7.5, which provides a set of enhancements and new functionality on top of the IIS 7 Web server platform. &lt;/P&gt;
&lt;P&gt;Windows 7/Windows Server 2008 R2 also marks the first release of a Windows operating system release that includes Web extensions built and refined in our rapid innovation model. See the &lt;A href="http://www.iis.net/extensions" mce_href="http://www.iis.net/extensions"&gt;IIS Web Extension library&lt;/A&gt; for the new functionality which ranges from an &lt;A href="http://www.iis.net/extensions/arr" mce_href="http://www.iis.net/extensions/arr"&gt;application request load balancer/proxy&lt;/A&gt; to &lt;A href="http://www.iis.net/extensions/urlrewrite" mce_href="http://www.iis.net/extensions/urlrewrite"&gt;URL rewriting&lt;/A&gt; to a &lt;A href="http://www.iis.net/extensions/webdeploymenttool" mce_href="http://www.iis.net/extensions/webdeploymenttool"&gt;deployment platform for Web applications and server&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you are an &lt;FONT color=#800040 size=3&gt;&lt;STRONG&gt;administrator looking for a simplified but powerful management experience&lt;/STRONG&gt;&lt;/FONT&gt;, IIS 7.5 brings you:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;built-in, brand new &lt;A href="http://www.iis.net/extensions/ftp" mce_href="http://www.iis.net/extensions/ftp"&gt;FTP server&lt;/A&gt; and &lt;A href="http://blogs.iis.net/controlpanel/blogs/www.iis.net/extensions/webdav" mce_href="www.iis.net/extensions/webdav"&gt;WebDav&lt;/A&gt; support that we initially shipped as Web extensions, revised with customer feedback and added to IIS in the Windows operating system &lt;/LI&gt;
&lt;LI&gt;new management console support for administering &lt;A href="http://www.iis.net/extensions/AdministrationPack" mce_href="http://www.iis.net/extensions/AdministrationPack"&gt;request filtering rules, FastCGI settings, and ASP.NET settings&lt;/A&gt;, part of an Administration Pack that we initially released as a Web download that also includes… &lt;/LI&gt;
&lt;LI&gt;a rich &lt;A href="http://blogs.iis.net/carlosag/archive/2008/03/31/iis-admin-pack-configuration-editor.aspx" mce_href="http://blogs.iis.net/carlosag/archive/2008/03/31/iis-admin-pack-configuration-editor.aspx"&gt;IIS configuration editor&lt;/A&gt; built-into the management console to simplify configuration management and generate administration scripts for automated configuration management &lt;/LI&gt;
&lt;LI&gt;integration with Windows Server 2008 R2’s new Best Practice Analyzer with &lt;A href="http://technet.microsoft.com/en-us/library/dd378819(WS.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/dd378819(WS.10).aspx"&gt;IIS-specific best practice rules&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;a &lt;A href="http://www.iis.net/extensions/powershell" mce_href="http://www.iis.net/extensions/powershell"&gt;Windows PowerShell snap-in for IIS&lt;/A&gt;, with a library of task-based and lower-level commandlets for IIS administration – shipped first as a Web download and now incorporated into the IIS server in the operating system. &lt;/LI&gt;
&lt;LI&gt;quality enhancements -- otherwise known as bug fixes :-)&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://technet.microsoft.com/en-us/library/dd638620(WS.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/dd638620(WS.10).aspx"&gt;config tracing&lt;/A&gt; so you can audit changes to the IIS configuration system &lt;/LI&gt;
&lt;LI&gt;application “pre-load” where you can decrease the response time for first requests to an application by pre-loading worker processes, using a Web extension called &lt;A href="http://www.iis.net/extensions/ApplicationWarmUp" mce_href="http://www.iis.net/extensions/ApplicationWarmUp"&gt;Application Warm-Up&lt;/A&gt;. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;If you are a &lt;FONT color=#800040 size=3&gt;&lt;STRONG&gt;developer wanting to understand the implications of targeting an IIS 7.5 server&lt;/STRONG&gt;&lt;/FONT&gt;, consider:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the Server Core installation option in Windows Server 2008 R2’s new support for applications built with the .NET framework 2.0, 3.0, 3.5.1, and 4.0. &lt;A href="http://blogs.iis.net/ruslany/archive/2009/02/26/setup-iis-on-server-core-windows-server-2008-r2.aspx" mce_href="http://blogs.iis.net/ruslany/archive/2009/02/26/setup-iis-on-server-core-windows-server-2008-r2.aspx"&gt;Your ASP.NET applications can run on the reduced footprint of Server Core&lt;/A&gt; installation option &lt;/LI&gt;
&lt;LI&gt;implement &lt;A href="http://ruslany.net/tag/tracing/" mce_href="http://ruslany.net/tag/tracing/"&gt;IIS trace calls in PHP code&lt;/A&gt;, which is hosted via our FastCGI support, so you can used &lt;A href="http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-using-tracing-in-iis-70/" mce_href="http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-using-tracing-in-iis-70/"&gt;IIS request tracing for diagnostics&lt;/A&gt;. &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://blogs.iis.net/carlosag/archive/2008/04/14/host-your-own-web-server-in-your-application-using-iis-7-0-hostable-web-core.aspx" mce_href="http://blogs.iis.net/carlosag/archive/2008/04/14/host-your-own-web-server-in-your-application-using-iis-7-0-hostable-web-core.aspx"&gt;Hostable Web Core&lt;/A&gt;, which you can use if you want host IIS in your own process without the full IIS server. &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://blogs.iis.net/ksingla/archive/2009/02/16/iis-7-5-updates-to-custom-errors-and-compression.aspx" mce_href="http://blogs.iis.net/ksingla/archive/2009/02/16/iis-7-5-updates-to-custom-errors-and-compression.aspx"&gt;new delegation support for custom errors&lt;/A&gt; so that server administrators can give you control over custom error development for your site or app &lt;/LI&gt;
&lt;LI&gt;the change we made to &lt;A href="http://learn.iis.net/page.aspx/624/application-pool-identities/" mce_href="http://learn.iis.net/page.aspx/624/application-pool-identities/"&gt;switch the default identity of the IIS app pool from Network Service to Application Pool&lt;/A&gt;. This change, driven by our commitment to providing the most secure Web server on the planet, has some implications for developers using SQL Server Express; see &lt;A href="http://support.microsoft.com/?kbid=2002980" mce_href="http://support.microsoft.com/?kbid=2002980"&gt;here for more information in a KB&lt;/A&gt;. &lt;/LI&gt;
&lt;LI&gt;built-in support for .Net 4.0 for your &lt;A href="http://www.microsoft.com/web/platform/framework.aspx" mce_href="http://www.microsoft.com/web/platform/framework.aspx"&gt;ASP.NET applications&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;We hope you enjoy this release! We are hard at work now on adding new functionality to the &lt;A href="http://www.iis.net/extensions" mce_href="http://www.iis.net/extensions"&gt;IIS Web extension library&lt;/A&gt; for you to download onto Windows Server 2008 and Windows Server 2008 R2. Stay tuned for more free, fully supported downloads from the IIS server team that you can use to extend the functionality of IIS 7 and IIS 7.5. &lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3471012" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/mailant/archive/tags/IIS+News+Item/default.aspx" /></entry><entry><title>New IIS Web Extensions for Web Site Developers and Web Server Administrators</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/09/24/launch.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/09/24/launch.aspx</id><published>2009-09-24T20:08:00Z</published><updated>2009-09-24T20:08:00Z</updated><content type="html">&lt;FONT size=2 face=verdana&gt;I am very proud to announce our September 2009 release of IIS Web extensions!&amp;nbsp; This September launch includes the RTW release of &lt;A href="http://www.iis.net/extensions/WebDeploymentTool" mce_href="http://www.iis.net/extensions/WebDeploymentTool"&gt;Web Deploy 1.0&lt;/A&gt;, &lt;A href="http://www.iis.net/extensions/webpi" mce_href="http://www.iis.net/extensions/webpi"&gt;Web Platform Installer 2.0&lt;/A&gt;, and &lt;A href="http://www.iis.net/extensions/databasemanager" mce_href="http://www.iis.net/extensions/databasemanager"&gt;IIS Database Manager 1.0&lt;/A&gt;, as well as the pre-release versions of &lt;A href="http://www.iis.net/extensions/arr" mce_href="http://www.iis.net/extensions/arr"&gt;Application Request Routing 2.0 RC&lt;/A&gt; and &lt;A href="http://www.iis.net/extensions/seotoolkit" mce_href="http://www.iis.net/extensions/seotoolkit"&gt;Search Engine Optimizer (SEO) Toolkit Beta 2.0&lt;/A&gt;. We are also releasing international support for a number of IIS extensions and the Windows Web Application Gallery. Along with these engineering releases, we are proud to make available &lt;A href="http://blogs.iis.net/bills/archive/2009/09/24/a-big-day-for-web-pros-websitespark-web-pi-and-more.aspx" mce_href="http://blogs.iis.net/bills/archive/2009/09/24/a-big-day-for-web-pros-websitespark-web-pi-and-more.aspx"&gt;Website Spark&lt;/A&gt;, a business program that makes it easy and affordable for Web development professionals to use the Microsoft Web platform. 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Quick Start to What Important For You In This September Release&lt;/H3&gt;
&lt;P mce_keep="true"&gt;As a “quick start” to the IIS September 2009 releases, if you are… &lt;BR&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A &lt;STRONG&gt;&lt;FONT color=#800080 size=3&gt;Web developer&lt;/FONT&gt;&lt;/STRONG&gt;, you will be interested in &lt;A href="http://www.iis.net/extensions/webpi" mce_href="http://www.iis.net/extensions/webpi"&gt;Web Platform Installer&lt;/A&gt; to easily get the Microsoft&amp;nbsp; Web stack as well as free community applications from the &lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/A&gt;, &lt;A href="http://www.iis.net/extensions/WebDeploymentTool" mce_href="http://www.iis.net/extensions/WebDeploymentTool"&gt;Web Deploy&lt;/A&gt; for application deployment and migration, the &lt;A href="http://www.iis.net/extensions/seotoolkit" mce_href="http://www.iis.net/extensions/seotoolkit"&gt;Search Optimization Engine (SEO) Toolkit&lt;/A&gt; for improving site discoverability and quality, and &lt;A href="http://www.iis.net/extensions/databasemanager" mce_href="http://www.iis.net/extensions/databasemanager"&gt;IIS Database Manager&lt;/A&gt; for managing remote or local databases. You may also be interested in our new language support for Web Platform Installer 2.0, Web Deploy 1.0, Database Manager 1.0 and URL Rewrite 1.1. &lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;A &lt;STRONG&gt;&lt;FONT color=#800080 size=3&gt;Web server administrator&lt;/FONT&gt;&lt;/STRONG&gt;, you will be interested in &lt;A href="http://www.iis.net/extensions/WebDeploymentTool" mce_href="http://www.iis.net/extensions/WebDeploymentTool"&gt;Web Deploy&lt;/A&gt; for server and application migration and deployment, and &lt;A href="http://www.iis.net/extensions/arr" mce_href="http://www.iis.net/extensions/arr"&gt;Application Request Routing (ARR)&lt;/A&gt; for load balancing and cache/proxy support. &lt;A href="http://www.iis.net/extensions/webpi" mce_href="http://www.iis.net/extensions/webpi"&gt;Web Platform Installer&lt;/A&gt; will help setting up servers with the right Microsoft Web stack. We also have international language support for URL Rewrite 1.1 and ARR v1.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;As you may know, IIS7 in Windows Server 2008 was a major release for the Microsoft Web server. Among its many changes are a &lt;A href="http://learn.iis.net/page.aspx/22/extending-iis-70/" mce_href="http://learn.iis.net/page.aspx/22/extending-iis-70/"&gt;brand new extensibility model&lt;/A&gt; that lets third parties (and the IIS product team!) use a rich API to innovate on the core Web server. And that's exactly what we've done over the last two years as you can see from our &lt;A href="http://www.iis.net/extensions" mce_href="http://www.iis.net/extensions"&gt;IIS Extensions&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;With this release, we are not only continuing to expand the scope and features of our IIS extensions, but we're also providing localized versions in different languages for customers. All of our IIS Web server extensions released via Web download are fully supported by Microsoft for the support lifecycle of the underlying operating system. &lt;BR&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;H3&gt;Inside The September 2009 IIS Release&lt;/H3&gt;&lt;BR&gt;
&lt;H4&gt;Web Deploy 1.0&lt;/H4&gt;&lt;A href="http://www.iis.net/extensions/WebDeploymentTool" mce_href="http://www.iis.net/extensions/WebDeploymentTool"&gt;Web Deploy 1.0&lt;/A&gt; is the migration and deployment platform for IIS Web servers and applications. Web Deploy provides: 
&lt;UL&gt;
&lt;LI&gt;A solution integrated with IIS Manager for creating, exporting and importing Web application packages. You can package up a Web site, which also pulls in app resources (registry, COM, DB, etc), and use our built-in remoting in IIS Manager to export the application package to a remote IIS server. Because of its IIS Manager integration, you also get built-in delegation support for administrators to authorize local and remote users to perform tasks like creating a Web site that previously required admin-only permissions. &lt;/LI&gt;&lt;/UL&gt;
&lt;P align=center&gt;&lt;A href="http://blogs.iis.net/blogs/mailant/clip_image002_0644EE1D.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=clip_image002 border=0 alt=clip_image002 src="http://blogs.iis.net/blogs/mailant/clip_image002_thumb_3E173240.jpg" width=618 height=401&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P align=center&gt;&lt;FONT face=Consolas&gt;&lt;STRONG&gt;Figure. Application Packaging in IIS Manager using Web Deploy&lt;/STRONG&gt;&lt;/FONT&gt; &lt;BR&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A command line tool that can be used to migrate and synchronize IIS 6 and IIS 7.x Web servers, as well as to package and deploy applications. This tool greatly simplifies the process of upgrading IIS6 servers to IIS7, and to sync IIS servers across Web farms. It can also be used for application packaging and deployment. &lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;A platform for other tools and apps to use for migration and deployment. For example, the upcoming release of Visual Studio uses Web Deploy as the underlying platform for packaging Web applications and their resources. &lt;A href="http://www.iis.net/extensions/webpi" mce_href="http://www.iis.net/extensions/webpi"&gt;Web Platform Installer&lt;/A&gt; uses Web Deploy as the platform for reading text-based manifest files from zip packages of community applications in the &lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/A&gt;, and creates sites from open source applications like &lt;A href="http://www.microsoft.com/web/gallery/umbraco.aspx" mce_href="http://www.microsoft.com/web/gallery/umbraco.aspx" umbraco?="umbraco?" gallery="gallery" web="web" mce_hrefwww.microsoft.com="mce_hrefwww.microsoft.com"&gt;Umbraco&lt;/A&gt; and &lt;A href="http://www.microsoft.com/web/gallery/wordpress.aspx" mce_href="http://www.microsoft.com/web/gallery/wordpress.aspx"&gt;WordPress&lt;/A&gt;. &lt;BR&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Learn more/download &lt;A href="http://www.iis.net/extensions/WebDeploymentTool" mce_href="http://www.iis.net/extensions/WebDeploymentTool"&gt;Web Deploy&lt;/A&gt;. &lt;BR&gt;Read the &lt;A href="http://blogs.iis.net/msdeploy/default.aspx" mce_href="http://blogs.iis.net/msdeploy/default.aspx"&gt;Web Deploy blog&lt;/A&gt;. &lt;BR&gt;Get &lt;A href="http://forums.iis.net/1144.aspx" mce_href="http://forums.iis.net/1144.aspx"&gt;free, best effort forum support on Web Deploy&lt;/A&gt; from the community and IIS product group. &lt;BR&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;Web Platform Installer 2.0&lt;/H4&gt;
&lt;P&gt;Supported on Windows XP and later, &lt;A href="http://www.iis.net/extensions/webpi" mce_href="http://www.iis.net/extensions/webpi"&gt;Web Platform Installer (Web PI)&lt;/A&gt; provides a central location to find and install the Microsoft Web platform and applications from the Web Application Gallery. &lt;/P&gt;
&lt;P mce_keep="true"&gt;Web PI checks your computer for installed software and environment variables and then presents an up-to-date list of Web components that you can install. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://blogs.iis.net/blogs/mailant/Webpi_7CBEDDA4.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=Webpi border=0 alt=Webpi src="http://blogs.iis.net/blogs/mailant/Webpi_thumb_6688C252.png" width=678 height=502&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=center mce_keep="true"&gt;&lt;STRONG&gt;&lt;FONT face=Consolas&gt;Figure. Web Platform Installer “Web Platform” tab&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;You can learn more about the products themselves in a details page, add multiple products to a list, select a product or two and Web PI will handle the installation of your choices, including pre-requisites, reboots and rollbacks. &lt;/P&gt;
&lt;P&gt;Once you make your choices, Web PI downloads the installers to your computer and then runs the installation silently so that you don’t have to click through multiple screens across multiple products. Web PI intelligently caches the product installers on your computer, so you also don’t have to pay for the bandwidth to get the installer on your computer multiple times.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;You can also browse free community Web applications from the &lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Windows Web App Gallery&lt;/A&gt;. Web PI uses XML feeds to provide access to the latest of the Web product stack and apps from Web App Gallery – and also supports reading custom XML feeds so that hosters and other users can add other products to the Web PI experience. Web PI uses &lt;A href="http://www.iis.net/extensions/WebDeploymentTool" mce_href="http://www.iis.net/extensions/WebDeploymentTool"&gt;Web Deploy&lt;/A&gt; as the underlying app deployment platform to install and deploy the free app so that you end up with a working Web site based on the app after a few simple screens. &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Learn more/download &lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/webpi" mce_href="http://www.iis.net/extensions/webpi"&gt;&lt;EM&gt;Web Platform Installer&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. &lt;BR&gt;Check out &lt;/EM&gt;&lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;&lt;EM&gt;free community Web Applications on the Window Web Application Gallery&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. &lt;BR&gt;Get &lt;/EM&gt;&lt;A href="http://forums.iis.net/1155.aspx" mce_href="http://forums.iis.net/1155.aspx"&gt;&lt;EM&gt;free, best effort forum support on Web PI&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; from the community, IIS product group, and partners. &lt;BR&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;Database Manager 1.0&lt;/H4&gt;
&lt;P&gt;The &lt;A href="http://www.iis.net/extensions/databasemanager" mce_href="http://www.iis.net/extensions/databasemanager"&gt;IIS Database Manager&lt;/A&gt; lets you manage your Web application’s databases (SQL or MySQL) from IIS Manager, the same unified management console that you use to manage your Web application. &lt;/P&gt;
&lt;P&gt;&lt;A href="file:///C:/Users/mailant/AppData/Local/Temp/WindowsLiveWriter1286139640/supfilesD323EC9/DBManAction[4].png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=DBManAction_thumb[2] border=0 alt=DBManAction_thumb[2] src="http://blogs.iis.net/blogs/mailant/DBManAction_thumb2_640CE296.png" width=550 height=361&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P align=center&gt;&lt;STRONG&gt;&lt;FONT face=Consolas&gt;Figure. Database Manager Via IIS Manager&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Database Manager, you get: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The ability to manage local and remote database tables, views, stored procedures and data as well as running ad hoc queries. &lt;/LI&gt;
&lt;LI&gt;Built-in delegation support for administrators to delegate access to remote and local users &lt;/LI&gt;
&lt;LI&gt;Support for Microsoft SQL and MySQL databases &lt;/LI&gt;
&lt;LI&gt;A rich provider model that allows developers to add new data sources including XML. &lt;/LI&gt;
&lt;LI&gt;Local and remote backup and restore for SQL databases. &lt;BR&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;IIS Database Manager gives Web app developers and administrators the ability to manage a key resource of the Web application – its database – in a single integrated experience through IIS Manager. &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Learn more/download &lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/databasemanager" mce_href="http://www.iis.net/extensions/databasemanager"&gt;&lt;EM&gt;IIS Database Manager 1.0 &lt;BR&gt;&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;Get &lt;/EM&gt;&lt;A href="http://forums.iis.net/1161.aspx" mce_href="http://forums.iis.net/1161.aspx"&gt;&lt;EM&gt;free, best effort forum support on IIS Database Manager&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; from the community, IIS product group, and partners.&lt;/EM&gt; &lt;BR&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;Application Request Routing 2.0 RC &lt;BR&gt;&lt;/H4&gt;
&lt;P&gt;&lt;A href="http://www.iis.net/extensions/arr" mce_href="http://www.iis.net/extensions/arr"&gt;Application Request Routing (ARR)&lt;/A&gt; provides a load balancer for Web farms and an edge caching solution as a Web extension for IIS. In this RC release for the second version of ARR, we are increasing the performance of intelligent, rules-based routing of HTTP requests in Web farms by providing disk based caching. With ARR, you can see how our new extensibility model in IIS7 lets us open up production-grade new scenarios like load balancing and proxy/cache…all built on Windows Server and freely downloadable to IIS 7 and later. &lt;/P&gt;
&lt;P&gt;ARR’s intelligent load balancing transforms the Web server into a dynamic environment for routing requests based on rules that allow the administrators to control traffic to sites based on site or client affinity. We introduce the concept of "server farms" in ARR as well, allowing you to dictate which server in a cluster that you want to handle a request. &lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;SHAPETYPE id=_x0000_t75 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;&amp;nbsp;&lt;/SHAPETYPE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/mailant/clip_image002_thumb11_29ACFABB.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; BORDER-TOP: 0px; MARGIN-RIGHT: auto; BORDER-RIGHT: 0px" title=clip_image002_thumb[1] border=0 alt=clip_image002_thumb[1] src="http://blogs.iis.net/blogs/mailant/clip_image002_thumb11_thumb_7670C151.jpg" width=633 height=216&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P align=center&gt;&lt;STRONG&gt;&lt;FONT face=Consolas&gt;Figure. Introducing Server Farms in ARR&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Hosters like &lt;A href="http://www.maximumasp.net/" mce_href="http://www.maximumasp.net"&gt;MaximumASP&lt;/A&gt; can use ARR to create new hosting offers. &lt;A href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;amp;newsId=20090923005832" mce_href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;amp;newsId=20090923005832"&gt;MaxESP&lt;/A&gt;, a new offer from MaximumASP, provides customers with load balancing and redundancy using ARR on the server without requiring any application changes. &lt;/P&gt;
&lt;P&gt;In ARR 2.0, we expand the capabilities of ARR into edge caching. ARR plays a critical server component role to our end-to-end rich media delivery solution (check out &lt;A href="http://www.iis.net/media" mce_href="http://www.iis.net/media"&gt;IIS Smooth Streaming&lt;/A&gt; in action!), where ARR can turn an IIS server into a cache node in a CDN/ECN environment. In a hierarchical caching environment, ARR can be used as an edge/child cache node or a parent cache node, dynamically compressing content for maximum caching efficiency. &lt;/P&gt;
&lt;P&gt;As with all our IIS extensions, you can use the same familiar IIS management tools like IIS Manager to quickly set up ARR as a load balancer or cache in a hierarchical environment.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Download &lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/arr" mce_href="http://www.iis.net/extensions/arr"&gt;&lt;EM&gt;ARR v2 RC&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; (note that ARR v1 and ARR v2 can’t be installed side-by-side since ARR requires a dedicated server – pick the version that addresses your business needs).&amp;nbsp; &lt;BR&gt;&lt;/EM&gt;&lt;A href="http://learn.iis.net/page.aspx/570/application-request-routing-version-2/" mce_href="http://learn.iis.net/page.aspx/570/application-request-routing-version-2/"&gt;&lt;EM&gt;Learn more about ARR v2 RC&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. &lt;BR&gt;Get &lt;/EM&gt;&lt;A href="http://forums.iis.net/1154.aspx" mce_href="http://forums.iis.net/1154.aspx"&gt;&lt;EM&gt;free, best effort forum support for ARR v2 RC&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; from the community and IIS product group.&lt;/EM&gt; &lt;BR&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;SEO Toolkit 1.0 Beta 2&lt;/H4&gt;
&lt;P&gt;In a world of rapidly increasing web sites, every Web site developer wants to make sure that their site is easily discoverable with good site quality. The &lt;A href="http://www.iis.net/extensions/seotoolkit" mce_href="http://www.iis.net/extensions/seotoolkit"&gt;SEO Toolkit Beta 2&lt;/A&gt; simplifies site quality and searchability from the same management console that you administer your Web applications. The Toolkit provides the ability for developers to do site analysis, which helps you discover broken links and other site quality issues based on validation rules – as well as helps you troubleshoot common problems like duplicate content and poor keywords. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/mailant/image_6D196E17.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.iis.net/blogs/mailant/image_thumb_12A2EB79.png" width=648 height=463&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=center&gt;&lt;STRONG&gt;&lt;FONT face=Consolas&gt;Figure. IIS SEO Toolkit Site Analysis&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can also use the SEO Toolkit to define robots exclusion files using a powerful editor – and then run another site analysis to assess the impact of applying your robots files. The sitemap functionality in the SEO Toolkit makes it easy to author index files that make it easy to discover a physical and logical view of the site. &lt;/P&gt;
&lt;P&gt;In this Beta 2, you’ll experience a simplified workflow through the optimization process and take advantage of new features like report exporting into a single consolidated report that you can then compare with previous reports to flags, ability to set credentials that allow the site analysis tool to crawl login-protected pages, and extensibility that allows developer to customize the crawling process to handle new content types or to declare and flag their own violations in existing content types.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Learn more/download &lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/seotoolkit" mce_href="http://www.iis.net/extensions/seotoolkit"&gt;&lt;EM&gt;SEO Toolkit Beta 2&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;.&amp;nbsp; &lt;BR&gt;Get &lt;/EM&gt;&lt;A href="http://forums.iis.net/1162.aspx" mce_href="http://forums.iis.net/1162.aspx"&gt;&lt;EM&gt;free, best effort forum support for SEO Toolkit&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; from the community and IIS product group. &lt;BR&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;New International Support for IIS Extensions and the Web App Gallery &lt;BR&gt;&lt;/H4&gt;
&lt;P&gt;Today marks the beginning of our international rollout of our IIS extensions and &lt;A href="http://www.microsoft.com/web/gallery" target=_blank mce_href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/A&gt;, so customers all over the world can take advantage of a rapidly innovating IIS. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/blogs/mailant/WebPIRussian_4CEE07C1.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="WebPI Russian" border=0 alt="WebPI Russian" src="http://blogs.iis.net/blogs/mailant/WebPIRussian_thumb_0BDF885D.jpg" width=675 height=424&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=center&gt;&lt;FONT face=Consolas&gt;&lt;STRONG&gt;Figure. Web PI in Russian&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Our goal is to provide support for nine primary languages for RTW IIS extensions (not betas) with today’s releases taking us the first step. With this release, we provide the following international support for the following products: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Web Platform Installer 2.0 in French, Italian, Spanish, German, Simplified Chinese, Traditional Chinese, Japanese, Korean, and Russian &lt;/LI&gt;
&lt;LI&gt;Web Deploy 1.0 in French, Italian, Spanish, German, Simplified Chinese, Traditional Chinese, Japanese, Korean, and Russian &lt;/LI&gt;
&lt;LI&gt;IIS Database Manager 1.0 in French, Spanish, German, and Japanese &lt;/LI&gt;
&lt;LI&gt;Application Request Routing 1.0 in French, Spanish, German, and Japanese &lt;/LI&gt;
&lt;LI&gt;URL Rewrite 1.1 in French, Spanish, German, and Japanese. &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Web Application Gallery&lt;/A&gt;: Support for &lt;A href="http://www.microsoft.com/web/gallery/developer.aspx" mce_href="http://www.microsoft.com/web/gallery/developer.aspx"&gt;submitting free community applications&lt;/A&gt; in French, Italian, German, Simplified Chinese, Traditional Chinese, Japanese, Korean, and Russian via a Web App Gallery application submission. All Web App Gallery submissions in any language must follow the &lt;A href="http://learn.iis.net/page.aspx/605/windows-web-application-gallery-principles/" mce_href="http://learn.iis.net/page.aspx/605/windows-web-application-gallery-principles/"&gt;Web App Gallery Principles&lt;/A&gt; before links to the Web application are added to the Web App Gallery.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Look for more international releases for IIS extensions in the upcoming months as we continue to expand on languages and coverage of IIS released products. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I hope you enjoy the new functionality that this brings to your Web server! I am very proud of the work that we are launching today -- it is a reflection of how deeply we care about building the best Web server on the planet. &lt;/P&gt;
&lt;P&gt;Try out the new extensions by installing from &lt;A href="http://www.iis.net/extensions/webpi" mce_href="http://www.iis.net/extensions/webpi"&gt;Web Platform Installer&lt;/A&gt;. If you have any questions or want to talk to our larger community of experts and product team members, try &lt;A href="http://forums.iis.net/" mce_href="http://forums.iis.net/"&gt;http://forums.iis.net/&lt;/A&gt;. &lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3423974" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/mailant/archive/tags/IIS+News+Item/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="Web App Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+App+Gallery/default.aspx" /></entry><entry><title>8 New Free ASP.NET and PHP Open Source Apps in the Web App Gallery</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/07/30/8-new-free-asp-net-and-php-open-source-apps-in-the-web-app-gallery.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/07/30/8-new-free-asp-net-and-php-open-source-apps-in-the-web-app-gallery.aspx</id><published>2009-07-30T05:00:00Z</published><updated>2009-07-30T05:00:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;It's been four months since we launched the Windows Web Application Gallery, and we've been adding apps to the Gallery steadily. Today saw the &lt;A href="http://www.microsoft.com/web/gallery/SugarCRM.aspx" mce_href="http://www.microsoft.com/web/gallery/SugarCRM.aspx"&gt;arrival of SugarCRM Community Edition (CE)&lt;/A&gt;, a free customer relationship management PHP open source application with a vibrant community. SugarCRM CE joins seven ASP.NET apps that have been added to the App Gallery, with a healthy pipeline of ASP.NET and PHP open source apps in the proces of review and approval. &lt;/P&gt;
&lt;P mce_keep="true"&gt;All of these apps followed the &lt;A href="http://learn.iis.net/page.aspx/605/windows-web-application-gallery-principles/" mce_href="http://learn.iis.net/page.aspx/605/windows-web-application-gallery-principles/"&gt;Web App Gallery Principles&lt;/A&gt; and went through the &lt;A href="http://www.microsoft.com/web/gallery/developer.aspx" mce_href="http://www.microsoft.com/web/gallery/developer.aspx"&gt;submission process&lt;/A&gt; for the Web App Gallery, which is open to any app that adheres to the &lt;A href="http://learn.iis.net/page.aspx/605/windows-web-application-gallery-principles/" mce_href="http://learn.iis.net/page.aspx/605/windows-web-application-gallery-principles/"&gt;Principles&lt;/A&gt;. We have also added more &lt;A href="http://learn.iis.net/page.aspx/619/windows-web-application-gallery/" mce_href="http://learn.iis.net/page.aspx/619/windows-web-application-gallery/"&gt;Web App Gallery integration best practices for developers&lt;/A&gt; looking to submit links to their app in the Web App Gallery.&lt;/P&gt;
&lt;P mce_keep="true"&gt;To sum up, here are the apps added to the Web App Gallery over the last four months, listed in alphabetical order:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.microsoft.com/web/gallery/Amplifeeder.aspx" mce_href="http://www.microsoft.com/web/gallery/Amplifeeder.aspx"&gt;Amplifeeder&lt;/A&gt;: ASP.NET lifestream platform aggregating online activity in one place, published by &lt;A href="http://amplifeeder.com/" mce_href="http://amplifeeder.com/"&gt;Amplifeeder&lt;/A&gt;. &lt;BR&gt;&lt;A href="http://www.microsoft.com/web/gallery/AtomSite.aspx" mce_href="http://www.microsoft.com/web/gallery/AtomSite.aspx"&gt;AtomSite&lt;/A&gt;: ASP.NET CMS built on MVC, published by &lt;A href="http://www.atomsite.net/" mce_href="http://www.atomsite.net/"&gt;AtomSite&lt;/A&gt;.&lt;BR&gt;&lt;A href="http://www.microsoft.com/web/gallery/Kentico.aspx" mce_href="http://www.microsoft.com/web/gallery/Kentico.aspx"&gt;KenticoCMS for ASP.NET&lt;/A&gt;: ASP.NET CMS, brought to you by &lt;A href="http://www.kentico.com/" mce_href="http://www.kentico.com/"&gt;Kentico&lt;/A&gt;.&lt;BR&gt;&lt;A href="http://www.microsoft.com/web/gallery/mojoPortal.aspx" mce_href="http://www.microsoft.com/web/gallery/mojoPortal.aspx"&gt;mojoPortal&lt;/A&gt;: ASP.NET content management system, published by &lt;A href="http://www.mojoportal.com/" mce_href="http://www.mojoportal.com/"&gt;Source Tree Solutions, LLC&lt;/A&gt;&amp;nbsp;&lt;BR&gt;&lt;A href="http://www.microsoft.com/web/gallery/nopCommerce.aspx" mce_href="http://www.microsoft.com/web/gallery/nopCommerce.aspx"&gt;nopCommerce&lt;/A&gt;: ASP.NET shopping cart, published by &lt;A href="http://nopcommerce.com/" mce_href="http://nopcommerce.com/"&gt;nopCommerce&lt;/A&gt;. &lt;BR&gt;&lt;A href="http://www.microsoft.com/web/gallery/nService.aspx" mce_href="http://www.microsoft.com/web/gallery/nService.aspx"&gt;nService&lt;/A&gt;: ASP.NET help desk system, published by &lt;A href="http://avensoft.com/nservice.html" mce_href="http://avensoft.com/nservice.html"&gt;Avensoft&lt;/A&gt;.&lt;BR&gt;&lt;A href="http://www.microsoft.com/web/gallery/ResourceBlender.NET.aspx" mce_href="http://www.microsoft.com/web/gallery/ResourceBlender.NET.aspx"&gt;ResourceBlender.NET&lt;/A&gt;: ASP.NET app that helps you translate an application into multiple languages, published by &lt;A href="http://www.resourceblender.com/" mce_href="http://www.resourceblender.com/"&gt;ResourceBlender.NET&lt;/A&gt;. &lt;BR&gt;&lt;A href="http://www.microsoft.com/web/gallery/SugarCRM.aspx" mce_href="http://www.microsoft.com/web/gallery/SugarCRM.aspx"&gt;SugarCRM CE&lt;/A&gt;: PHP customer relationship management (CRM) system, published by&amp;nbsp;&lt;A href="http://www.sugarcrm.com/crm/" mce_href="http://www.sugarcrm.com/crm/"&gt;SugarCRM&lt;/A&gt;.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;I have been pretty impressed with all the apps! There's a good variety of functionality, themes, templates, and&amp;nbsp; customization modules to let you build your own site or&amp;nbsp;system&amp;nbsp;on top of the apps.&lt;/P&gt;
&lt;P mce_keep="true"&gt;All of these apps are free and open source. If you want to check them out, visit the &lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Web App Gallery&lt;/A&gt; and download from the site, or open the Web Apps tab in &lt;A href="http://www.microsoft.com/web/downloads/" mce_href="http://www.microsoft.com/web/downloads/"&gt;Web Platform Installer 2.0&lt;/A&gt; and select the apps you want. Web Platform Installer handles all the downloads from Web App Gallery and also can be used as a separate standalone tool -- it makes sure that the right platform dependencies (apps, frameworks, etc.) are installed before laying down the app. For example, if the app requires IIS' &lt;A href="http://www.iis.net/extensions/urlrewrite" mce_href="http://www.iis.net/extensions/urlrewrite"&gt;URL Rewrite&lt;/A&gt; module for dynamic URL rewriting on Windows, like WordPress 2.8, Web Platform Installer will install URL Rewrite before installing Wordpress so you don't have to. Likewise, Web Platform Installer will make sure that the right stack dependencies like PHP or ASP.NET are installed for the app that needs it.&lt;/P&gt;
&lt;P mce_keep="true"&gt;The Web App Gallery lists customer reviews and other data that you might find interesting.&amp;nbsp;&amp;nbsp;I have seen reviewers of apps list their sites that show the apps in action as a reference point too.&amp;nbsp;I always check out the publisher's site&amp;nbsp;as part of my research process&amp;nbsp;-- all have useful tutorials/docs/videos/etc. to help learn more about the apps. &lt;/P&gt;
&lt;P mce_keep="true"&gt;I just did a demo at an internal Microsoft conference for the MS sales field where I downloaded four different content management systems from Web App Gallery, playing the role of a Web consultant trying to find the right starter app for a small business Web site. I then customized each of the Web apps with a template and a little bit of text...it was amazing to see how quickly I could get a bare bones site up and running with a CMS infrastructure from start (find the app on Web App Gallery) to selection (evaluating which app was the one that worked best for my customer site). As we add more apps to the Web App Gallery, you'll get even more choice. I expect the Content Management category will continue to get the most apps since CMS tends to be the backbone of business sites, but you'll start seeing more in the eCommerce and other categories as our Web App Gallery community expands. &lt;/P&gt;
&lt;P mce_keep="true"&gt;And, of course, both the ASP.NET and PHP open source applications in the Web App Gallery run the best on the IIS7 platform. Our Open Source Lab team here at Microsoft recently published two videos to YouTube that provide a pretty funny take on the entire ASP.NET + PHP app hosting story on IIS. Check them out if you can: &lt;A href="http://www.youtube.com/watch?v=RFSfuWHXcTg" mce_href="http://www.youtube.com/watch?v=RFSfuWHXcTg"&gt;"Deployment"&lt;/A&gt; and &lt;A href="http://www.youtube.com/watch?v=pjYpj52WFAM" mce_href="http://www.youtube.com/watch?v=pjYpj52WFAM"&gt;"The Showdown"&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks,&lt;/P&gt;
&lt;P mce_keep="true"&gt;Mai-lan&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3320517" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/mailant/archive/tags/IIS+News+Item/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="ASP.NET" scheme="http://blogs.iis.net/mailant/archive/tags/ASP.NET/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /><category term="Web App Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+App+Gallery/default.aspx" /></entry><entry><title>Contributions to the PHP Engine</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/05/18/contributions-to-the-php-engine.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/05/18/contributions-to-the-php-engine.aspx</id><published>2009-05-18T16:47:00Z</published><updated>2009-05-18T16:47:00Z</updated><content type="html">&lt;P&gt;I am always amazed at the passion and energy that open source contributors put into what is often their “night job” after whatever they do to pay the bills. It is that passion that has driven a vibrant community of PHP open source applications that ranges from on-line learning to shopping carts. Those PHP applications are in turn driving the development of Web sites all over the world. &lt;/P&gt;
&lt;P&gt;We want to ensure that Windows Server is a first class platform for those PHP Web sites and applications. We took the first step in this direction with IIS6 and IIS7, which is part of Windows Server and the Windows client operating systems. We&amp;nbsp;provided a critical platform component called &lt;A href="http://www.iis.net/extensions/fastcgi" mce_href="http://www.iis.net/extensions/fastcgi"&gt;FastCGI&lt;/A&gt;. FastCGI&amp;nbsp;first shipped as a Web download for IIS6 in November 2007 and is also included&amp;nbsp;as part of the IIS installation in&amp;nbsp;Windows Server 2008 and later. FastCGI&amp;nbsp;provides reliable hosting of PHP applications with better performance than any previous Windows Server operating system. This &lt;A href="http://www.iis.net/php" mce_href="http://www.iis.net/php"&gt;app hosting support in the Microsoft Web platform&lt;/A&gt; was the first step towards making sure that PHP applications could run as a first-class citizen on IIS. &lt;/P&gt;
&lt;P&gt;Then we built &lt;A href="http://www.iis.net/extensions/urlrewrite" mce_href="http://www.iis.net/extensions/urlrewrite"&gt;URL Rewrite&lt;/A&gt; to provide developers with the same type of support for canonical host names and control over URL writing as mod_rewrite but with an easier management experience.&amp;nbsp;We also launched the &lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Web Application Gallery&lt;/A&gt; and &lt;A href="http://www.iis.net/extensions/webplatforminstaller" mce_href="http://www.iis.net/extensions/webplatforminstaller"&gt;Web Platform Installer&lt;/A&gt;, which make it easy for users to discover, download, and install open source community applications (PHP and ASP.NET)&amp;nbsp;with &lt;A href="http://www.iis.net/extensions/webdeploymenttool" mce_href="http://www.iis.net/extensions/webdeploymenttool"&gt;Web Deployment Tool&lt;/A&gt; integration on Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows XP, Windows Vista, and Windows 7. We work with the Windows installer community for PHP so that &lt;A href="http://windows.php.net/download/" mce_href="http://windows.php.net/download/"&gt;the latest non-thread-safe version of production-ready PHP&lt;/A&gt;&amp;nbsp;configures FastCGI automatically on install. We also include &lt;A href="http://blogs.iis.net/mailant/archive/2009/04/01/php-installed-using-the-microsoft-web-platform-installer-v2-beta.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/04/01/php-installed-using-the-microsoft-web-platform-installer-v2-beta.aspx"&gt;the latest production version of the PHP as an option for users to download and install&amp;nbsp;using our Web Platform Installer&lt;/A&gt; so that apps can be installed with the required PHP dependency. &lt;/P&gt;
&lt;P&gt;All of these investments in PHP support tie back to our engagement goals, which are:&lt;BR&gt;1.&amp;nbsp;Make it easy to &lt;STRONG&gt;install PHP on Windows Server&lt;/STRONG&gt;&lt;BR&gt;2.&amp;nbsp;Make it easy to &lt;STRONG&gt;find and deploy top community PHP apps&lt;/STRONG&gt; on Windows Server&lt;/P&gt;
&lt;P&gt;We are now focusing an important third goal that we started with our FastCGI support:&lt;BR&gt;3.&amp;nbsp;Make sure that &lt;STRONG&gt;PHP applications run&amp;nbsp;well &lt;/STRONG&gt;on Windows Server&lt;/P&gt;
&lt;P&gt;The PHP core and extensions&amp;nbsp;started and have&amp;nbsp;evolved on Linux. In the last couple of years, with the support of a growing PHP on Windows Server community led by &lt;A href="http://blog.thepimp.net/" mce_href=" http://blog.thepimp.net/"&gt;Pierre Joye&lt;/A&gt; and the &lt;A href="http://port25.technet.com/" mce_href="http://port25.technet.com/"&gt;Microsoft Open Source Technology Center&lt;/A&gt;, we have seen the community focus more and more on&amp;nbsp;how that core and extensions run and perform on Windows Server. The fruits of that labor is the first PHP release optimized for Windows Server,&amp;nbsp;&lt;A href="http://www.php.net/archive/2009.php#id2009-05-07-1" mce_href="http://www.php.net/archive/2009.php#id2009-05-07-1"&gt;PHP 5.3. RC1 which released on March 27th, 2009&lt;/A&gt;.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Significant functional and performance improvements specific to Windows Server have been made in the upcoming PHP 5.3 release. &lt;/P&gt;
&lt;P&gt;In particular, the community has implemented the following improvements:&lt;BR&gt;
&lt;UL&gt;
&lt;LI&gt;Recompiled PHP with Visual C++ v 9.0, which improved the performance of the PHP core significantly.&lt;BR&gt;
&lt;LI&gt;Both 32bit and 64bit builds (64 bit builds expiramentalexperimental until PHP 5.4/6.0) of PHP have been made available. 
&lt;LI&gt;Optimized the PHP implementation to take advantage of native Win32 APIs, instead of relying on POSIX emulation libraries&lt;BR&gt;
&lt;LI&gt;Fixed the standard PHP test suite, which now has a much higher pass rate on Windows Server&lt;BR&gt;
&lt;LI&gt;All PHP libraries have been fixed to be built from the source code. 10 years old libraries have been updated to newest versions.&lt;BR&gt;
&lt;LI&gt;Build environment for PHP on Windows Server has been standardized and now it is easy for anyone to rebuild the exact same PHP stack on Windows Server as the release build. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In addition to that, there is greater integration for Windows Server development in the PHP community with PHP on Windows Server is now treated by the community as first class platform. Some specific examples: 
&lt;UL&gt;
&lt;LI&gt;PHP versions for Windows Server are released at the same time as other platforms.&lt;BR&gt;
&lt;LI&gt;Builds are available on the same day as the source releases.&lt;BR&gt;
&lt;LI&gt;The PHP security mailing list now includes&amp;nbsp;has developers with Windows expertise.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The next step is to focus on &lt;EM&gt;PHP on Windows Server Fundamentals&lt;/EM&gt; – making sure that PHP installs and configures correctly without regressing functionality or performance as part of the transfer on Windows Server. We are focusing on &lt;EM&gt;PHP on Windows Server Fundamentals&lt;/EM&gt; to help the Windows Server on PHP open source community. Our goal with engaging with the PHP Core community is to improve PHP’s performance and integration with Windows Server. &lt;/P&gt;
&lt;P&gt;Our engineering team has&amp;nbsp;started to contribute directly to the PHP on Windows code base by helping out with bug fixing functions in PHP 5.3 that work on Linux and&amp;nbsp;break on Windows...specifically,&amp;nbsp;we&amp;nbsp;fixed the &lt;A href="http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1531&amp;amp;r2=1.2027.2.547.2.1532" mce_href="http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1531&amp;amp;r2=1.2027.2.547.2.1532"&gt;_nan() function so that developers can use&amp;nbsp;it&amp;nbsp;to see&amp;nbsp;if a math function returned a proper value or not&lt;/A&gt;, and workely closed with Pierre to fix and test&amp;nbsp;&lt;A href="http://bugs.php.net/bug.php?id=44859" mce_href="http://bugs.php.net/bug.php?id=44859"&gt;the is_readable/is_writeable functions to work with Windows ACLs&lt;/A&gt;. These two&amp;nbsp;code fixes&amp;nbsp;are just the starting point for us -- our engineering team&amp;nbsp;will continue working with Pierre and the PHP on Windows community&amp;nbsp;by tuning performance, fixing bugs, and contributing code to&amp;nbsp;improve&amp;nbsp;specific PHP components&amp;nbsp;that have issues running&amp;nbsp;on the Windows Server platform.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We also want to provide specific Windows Server expertise to the PHP app community and to help fix issues with some of the most popular PHP applications that surface on Windows Server.&amp;nbsp;For example,&amp;nbsp;we contributed a&amp;nbsp;fix to &lt;A href="http://core.trac.wordpress.org/ticket/8974#comment:30" mce_href="http://core.trac.wordpress.org/ticket/8974#comment:30"&gt;WordPress&amp;nbsp;for dynamic URL rewriting for "pretty URLs" with IIS&amp;nbsp;URL Rewrite&lt;/A&gt;&amp;nbsp;on Windows Server&amp;nbsp;that was&amp;nbsp;accepted in the WordPress 2.8 code branch.&lt;/P&gt;
&lt;P&gt;Our goal with all of these contributions is to help improve the performance of PHP on Windows Server and with other Microsoft Web platform software. We are freely providing all contributions for use with PHP because we believe that PHP running well out of the box on Windows Server means not just happy Windows Server customers, but also happy PHP developers who can now feel more confident about supporting Windows Server for their projects. &lt;/P&gt;
&lt;P&gt;You can stay&amp;nbsp;updated on&amp;nbsp;PHP on Windows Server&amp;nbsp;development&amp;nbsp;by checking the &lt;A href="http://php.iis.net/" mce_href="http://php.iis.net/"&gt;IIS PHP portal&lt;/A&gt; or the &lt;A href="http://windows.php.net/" mce_href="http://windows.php.net/"&gt;PHP for Windows site&lt;/A&gt;. &lt;/P&gt;&lt;/LI&gt;
&lt;UL&gt;&lt;/UL&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3170504" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/mailant/archive/tags/IIS+News+Item/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /></entry><entry><title>Real World IIS Videocasts for Community ASP.NET and PHP Application Packaging and Deployment</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/05/04/real-world-iis-videocasts-for-open-source-community-application-packaging-and-deployment.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/05/04/real-world-iis-videocasts-for-open-source-community-application-packaging-and-deployment.aspx</id><published>2009-05-04T22:17:00Z</published><updated>2009-05-04T22:17:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;I just wrapped up a series of videocasts that target developers and users who want to experience a simplified deployment experience for apps and the Web stack on Windows, focusing particularly on ASP.NET and PHP open source community applications. &lt;/P&gt;
&lt;H2 mce_keep="true"&gt;For developers &lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;STRONG&gt;make sure that you have the latest Microsoft Web platform tools&lt;/STRONG&gt; (including the Microsoft Web server, applications and frameworks, database and tools, as well as PHP), watch the &lt;A href="http://blogs.iis.net/mailant/archive/2009/05/02/real-world-iis-staying-current-with-the-latest-microsoft-web-platform-with-web-platform-installer-videocast.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/05/02/real-world-iis-staying-current-with-the-latest-microsoft-web-platform-with-web-platform-installer-videocast.aspx"&gt;Staying Current with the Latest Web Platform with Web Platform Installer&lt;/A&gt;&amp;nbsp;videocast (7 minutes).&amp;nbsp; &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;add required Web Deployment tool integration for the Windows Web App Gallery&lt;/STRONG&gt; and/or simplify installation on Windows, watch &lt;A href="http://blogs.iis.net/mailant/archive/2009/05/04/real-world-iis-adding-web-deployment-tool.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/05/04/real-world-iis-adding-web-deployment-tool.aspx"&gt;Adding Web Deployment Tool Support to Community Application Zip Packages&lt;/A&gt; (12 minutes). This video&amp;nbsp;explains how to add Web Deployment Tool manifest files to a community application zip file (WordPress in this case) for easier deployment on Windows. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;find a community application that deploys easily on Windows and learn how to re-package that app with customizations&lt;/STRONG&gt; for deployment to a rstrongote IIS7 Web server, see the &lt;A href="http://blogs.iis.net/mailant/archive/2009/05/01/real-world-iis-packaging-and-deploying-an-open-source-application-using-web-deployment-tool-screencast.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/05/01/real-world-iis-packaging-and-deploying-an-open-source-application-using-web-deployment-tool-screencast.aspx"&gt;Packaging and Deploying an Open Source Application Using Web Deployment Tool&lt;/A&gt;&amp;nbsp;videocast (11 minutes).&amp;nbsp;This video walks through&amp;nbsp;how to find and customize SilverStripe from the Web App Gallery, then re-package and deploy the customized SilverStripe package using Web Deployment Tool&amp;nbsp;to a remote IIS7 server.&lt;/LI&gt;&lt;/UL&gt;
&lt;H2 mce_keep="true"&gt;For Windows users&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;try out the Web Platform Installer&lt;/STRONG&gt;, start with the &lt;A href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-finding-and-installing-web-platform-installer-2-0.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-finding-and-installing-web-platform-installer-2-0.aspx"&gt;Finding and Installing the Web Platform Installer 2.0&lt;/A&gt;&amp;nbsp;videocast (3 minutes).&amp;nbsp;This video&amp;nbsp;showing the different ways to find and install the Web Platform Installer, as well as provides a brief introduction to the Web Platform Installer Tool.&lt;/LI&gt;
&lt;LI&gt;&lt;ITALICS&gt;&lt;STRONG&gt;install a free open source community application&lt;/STRONG&gt;&lt;/ITALICS&gt; easily on Windows, watch the &lt;A href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-installing-a-free-community-application-using-web-platform-installer-videocast.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-installing-a-free-community-application-using-web-platform-installer-videocast.aspx"&gt;Installing a Free Community Application Using Web Platform Installer&lt;/A&gt;&amp;nbsp;videocast (7 minutes). This video&amp;nbsp;shows how to install Umbraco on Windows using the Web Platform Installer. &lt;/LI&gt;&lt;/UL&gt;
&lt;H2&gt;Technologies discussed&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.iis.net/extensions/webdeploymenttool"&gt;Web Deployment Tool&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.iis.net/extensions/webplatforminstaller"&gt;Web Platform Installer&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Web Application Gallery&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;As always, HTTP streaming over IIS brought to you by &lt;A href="http://www.iis.net/extensions/smoothstreaming"&gt;IIS Smooth Streaming&lt;/A&gt;. My next set of videos focuses on IIS7 extensions on the server that make it easier to manage Web apps and their databases, and optimize for search engines. Stay tuned!&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3139714" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="ASP.NET" scheme="http://blogs.iis.net/mailant/archive/tags/ASP.NET/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /></entry><entry><title>Real World IIS: Adding Web Deployment Tool Support to Community Application ZIP Packages (videocast)</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/05/04/real-world-iis-adding-web-deployment-tool.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/05/04/real-world-iis-adding-web-deployment-tool.aspx</id><published>2009-05-04T21:31:00Z</published><updated>2009-05-04T21:31:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;If you package your application in ZIP format, you can add &lt;A href="http://www.iis.net/extensions/webdeploymenttool" mce_href="http://www.iis.net/extensions/webdeploymenttool"&gt;Web Deployment Tool&lt;/A&gt; support to simplify the installation of your application on Windows. Our open source application partners (ASP.NET apps like DotNetNuke and PHP apps like WordPress) add this Web Deployment Tool integration as part of being included in the &lt;A href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/A&gt; (as defined in the &lt;A href="http://learn.iis.net/page.aspx/605/windows-web-application-gallery-principles/"&gt;Web App Gallery Principles&lt;/A&gt;). &lt;/P&gt;
&lt;P&gt;This 12 minute videocast shows you how to: 
&lt;OL&gt;
&lt;LI&gt;
&lt;P mce_keep="true"&gt;Start from a&amp;nbsp;&lt;A href="http://wordpress.org/download/" mce_href="http://wordpress.org/download/"&gt;WordPress zip package without Web Deployment Tool support&lt;/A&gt;&amp;nbsp;from the &lt;A href="http://www.wordpress.org/" mce_href="http://www.wordpress.org"&gt;WordPress community site&lt;/A&gt;.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P mce_keep="true"&gt;Look at and add manifest.xml, parameters.xml and install.sql files to the WordPress package.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P mce_keep="true"&gt;Import the new modified WordPress package using the IIS7 Manager (the new "Manage Packages" action, powered by Web Deployment Tool). This validates that the WordPress app deploys easily and works using the Web Deployment tool integration for the new WordPress package. &lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;

				        &lt;!--##blog-video-start##--&gt;&lt;!--##blog-video-params:width=500|height=384|isAdaptive=True|title=Adding Web Deployment Manifest Files to an Application Package|url=http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Adding Web Deployment Manifest Files to an Application Package/Adding Web Deployment Manifest Files to an Application Package.ism/Manifest##--&gt;

					        &lt;object id="SilverlightMediaPlayer" style="width:500px;height:384px;" width="500" height="384" autoupdate="true" type="application/x-silverlight-2"&gt;
						        &lt;param name="MinRuntimeVersion" value="2.0.31005.0" /&gt; 
						        &lt;param name="Source" value="/clientbin/AdaptiveStreaming.xap" /&gt; 
						        &lt;param name="windowless" value="false" /&gt;
						        &lt;param name="InitParams" value='fakemode=,background=#FF000000,autoplay=False,muted=False,stretchmode=0,playlist=&lt;playList&gt;&lt;playListItems&gt;&lt;playListItem title="Adding Web Deployment Manifest Files to an Application Package" description="" mediaSource="http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Adding Web Deployment Manifest Files to an Application Package/Adding Web Deployment Manifest Files to an Application Package.ism/Manifest" adaptiveStreaming="True" thumbSource=""&gt;&lt;/playListItem&gt;&lt;/playListItems&gt;&lt;/playList&gt;' /&gt; 
								&lt;a style="text-decoration: none;" href="##blog-video-url##"&gt;
									&lt;img style="border-width:0px" alt="Click to see video" src="http://blogs.iis.net/Themes/IIS/images/content/IIS-Video-Link-for-RSS.png" /&gt; 
								&lt;/a&gt;
							&lt;/object&gt;
                            
				        &lt;!--##blog-video-end##--&gt;

			         &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;EM&gt;HTTP streaming brought to you by&lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/smoothstreaming" mce_href="http://www.iis.net/extensions/smoothstreaming"&gt;&lt;EM&gt;&lt;FONT color=#034af3&gt; IIS Smooth Streaming&lt;/FONT&gt;&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3139621" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="ASP.NET" scheme="http://blogs.iis.net/mailant/archive/tags/ASP.NET/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /></entry><entry><title>Real World IIS: Staying Current with the Latest Microsoft Web Platform with Web Platform Installer (videocast)</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/05/02/real-world-iis-staying-current-with-the-latest-microsoft-web-platform-with-web-platform-installer-videocast.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/05/02/real-world-iis-staying-current-with-the-latest-microsoft-web-platform-with-web-platform-installer-videocast.aspx</id><published>2009-05-02T05:13:00Z</published><updated>2009-05-02T05:13:00Z</updated><content type="html">If you have been plugged into what has happened across the &lt;A href="http://www.microsoft.com/web/platform" mce_href="http://www.microsoft.com/web/platform"&gt;Microsoft Web Platform&lt;/A&gt; in the last two years, you will have noticed a new focus on delivering free Web releases that extend the core functionality of the Microsoft Web stack. We do this all the time in IIS. We build &lt;A href="http://www.iis.net/extensions" mce_href="http://www.iis.net/extensions"&gt;IIS Web extensions&lt;/A&gt; on the IIS7 platform (which ships in Windows Server 2008) to open up new capabilities on the Web server across media, request serving, management and administration, and security. 
&lt;P&gt;Customers can download our extensions onto IIS7 (and sometimes IIS6) as a free, fully supported product that expands the IIS7 Web server in new directions. Getting new functionality every three to six months on the Web server is a good thing but it can be hard to track when a new release comes out. 
&lt;P&gt;The Web Platform Installer helps centralize a single discovery point for the Microsoft Web Platform -- Web server (&lt;A href="http://www.microsoft.com/web/platform/server.aspx" mce_href="http://www.microsoft.com/web/platform/server.aspx"&gt;IIS&lt;/A&gt;), application frameworks (&lt;A href="http://www.microsoft.com/web/platform/framework.aspx" mce_href="http://www.microsoft.com/web/platform/framework.aspx"&gt;ASP.NET&lt;/A&gt; and &lt;A href="http://windows.php.net/" mce_href="http://windows.php.net"&gt;PHP&lt;/A&gt;), database (&lt;A href="http://www.microsoft.com/web/platform/database.aspx" mce_href="http://www.microsoft.com/web/platform/database.aspx"&gt;SQL&lt;/A&gt;), and tools (&lt;A href="http://www.microsoft.com/web/platform/tools.aspxhttp://www.microsoft.com/web/platform/tools.aspx"&gt;Visual Web Developer&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;The Web Platform Installer (Web PI) does the work of checking to see what is the latest available across the Microsoft Web Platform against what is already installed on your computer; you can see what is new and what you haven't yet installed. You can use the Web Platform Installer to learn more about different components and install one or more components in a chained installation, with Web PI handling reboots and logging failures where applicable. It's pretty handy. We use WebPI on the product team to set up new servers and desktops for development and/or demo environments. &lt;/P&gt;
&lt;P&gt;This short 7 minute video describes how you can use the Web Platform Installer to stay current with the latest in the Microsoft Web Platform. &lt;/P&gt;
&lt;P mce_keep="true"&gt;

				        &lt;!--##blog-video-start##--&gt;&lt;!--##blog-video-params:width=512|height=384|isAdaptive=True|title=Staying Current with the Microsoft Web Development Platform|url=http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Staying Current with the Microsoft Web Development Platform/Staying Current with the Microsoft Web Development Platform.ism/Manifest##--&gt;

					        &lt;object id="SilverlightMediaPlayer" style="width:512px;height:384px;" width="512" height="384" autoupdate="true" type="application/x-silverlight-2"&gt;
						        &lt;param name="MinRuntimeVersion" value="2.0.31005.0" /&gt; 
						        &lt;param name="Source" value="/clientbin/AdaptiveStreaming.xap" /&gt; 
						        &lt;param name="windowless" value="false" /&gt;
						        &lt;param name="InitParams" value='fakemode=,background=#FF000000,autoplay=False,muted=False,stretchmode=0,playlist=&lt;playList&gt;&lt;playListItems&gt;&lt;playListItem title="Staying Current with the Microsoft Web Development Platform" description="" mediaSource="http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Staying Current with the Microsoft Web Development Platform/Staying Current with the Microsoft Web Development Platform.ism/Manifest" adaptiveStreaming="True" thumbSource=""&gt;&lt;/playListItem&gt;&lt;/playListItems&gt;&lt;/playList&gt;' /&gt; 
								&lt;a style="text-decoration: none;" href="##blog-video-url##"&gt;
									&lt;img style="border-width:0px" alt="Click to see video" src="http://blogs.iis.net/Themes/IIS/images/content/IIS-Video-Link-for-RSS.png" /&gt; 
								&lt;/a&gt;
							&lt;/object&gt;
                            
				        &lt;!--##blog-video-end##--&gt;

			        &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;HTTP streaming brought to you by&lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/smoothstreaming"&gt;&lt;FONT color=#034af3&gt; IIS Smooth Streaming&lt;/FONT&gt;&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3134451" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="ASP.NET" scheme="http://blogs.iis.net/mailant/archive/tags/ASP.NET/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /></entry><entry><title>Real World IIS: Packaging and Deploying an Open Source Application Using Web Deployment Tool (videocast)</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/05/01/real-world-iis-packaging-and-deploying-an-open-source-application-using-web-deployment-tool-screencast.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/05/01/real-world-iis-packaging-and-deploying-an-open-source-application-using-web-deployment-tool-screencast.aspx</id><published>2009-05-02T03:46:00Z</published><updated>2009-05-02T03:46:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;Many Web&amp;nbsp;site developers start development from an open source application as the base for a custom Web site. There are many high quality open source applications out there that make it much easier to put together a content, ecommerce, social network and/or community Web site. IIS offers a couple features that make your life a lot easier if you want to:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Find the open source application on the &lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Download and install&amp;nbsp;the open source application on IIS using &lt;A href="http://www.iis.net/extensions/webplatforminstaller" mce_href="http://www.iis.net/extensions/webplatforminstaller"&gt;Web Platform Installer&lt;/A&gt; (you can check out &lt;A href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-installing-a-free-community-application-using-web-platform-installer-videocast.aspx" mce_href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-installing-a-free-community-application-using-web-platform-installer-videocast.aspx"&gt;this screencast&lt;/A&gt; to see a demo).&lt;/LI&gt;
&lt;LI&gt;Customize the app in the way you see fit.&lt;/LI&gt;
&lt;LI&gt;Package your application using the &lt;A href="http://www.iis.net/extensions/webdeploymenttool" mce_href="http://www.iis.net/extensions/webdeploymenttool"&gt;Web Deployment Tool&lt;/A&gt; support in the IIS7 Manager.&lt;/LI&gt;
&lt;LI&gt;Connect to a&amp;nbsp;remote Web server from your development computer to &lt;A href="http://learn.iis.net/page.aspx/158/remote-administration-for-iis-manager/" mce_href="http://learn.iis.net/page.aspx/158/remote-administration-for-iis-manager/"&gt;remotely administer the IIS7 server&lt;/A&gt;&amp;nbsp;using IIS Manager. (Thanks to Chris Morrow at MaximumASP for letting us use one of his dedicated Windows Server 2008 servers for my videocast.)&lt;/LI&gt;
&lt;LI&gt;Import the customized application's package on the remote Web server, which deploys&amp;nbsp;your custom&amp;nbsp;app easily to another server.&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;In this short video (11 minutes), I walk through how you can use IIS to take these steps with a&amp;nbsp; PHP Content Management System named &lt;A href="http://www.silverstripe.org/" mce_href="http://www.silverstripe.org"&gt;SilverStripe&lt;/A&gt;. (The audio quality is a little lower on this one since I recorded it at the wrong volume...sorry about that.)&lt;/P&gt;
&lt;P mce_keep="true"&gt;

				        &lt;!--##blog-video-start##--&gt;&lt;!--##blog-video-params:width=500|height=384|isAdaptive=True|title=Package and Deploy using the Web Deployment Tool|url=http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Package and Deploy using Web Deployment Tool/Package and Deploy using Web Deployment Tool.ism/Manifest##--&gt;

					        &lt;object id="SilverlightMediaPlayer" style="width:500px;height:384px;" width="500" height="384" autoupdate="true" type="application/x-silverlight-2"&gt;
						        &lt;param name="MinRuntimeVersion" value="2.0.31005.0" /&gt; 
						        &lt;param name="Source" value="/clientbin/AdaptiveStreaming.xap" /&gt; 
						        &lt;param name="windowless" value="false" /&gt;
						        &lt;param name="InitParams" value='fakemode=,background=#FF000000,autoplay=False,muted=False,stretchmode=0,playlist=&lt;playList&gt;&lt;playListItems&gt;&lt;playListItem title="Package and Deploy using the Web Deployment Tool" description="" mediaSource="http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Package and Deploy using Web Deployment Tool/Package and Deploy using Web Deployment Tool.ism/Manifest" adaptiveStreaming="True" thumbSource=""&gt;&lt;/playListItem&gt;&lt;/playListItems&gt;&lt;/playList&gt;' /&gt; 
								&lt;a style="text-decoration: none;" href="##blog-video-url##"&gt;
									&lt;img style="border-width:0px" alt="Click to see video" src="http://blogs.iis.net/Themes/IIS/images/content/IIS-Video-Link-for-RSS.png" /&gt; 
								&lt;/a&gt;
							&lt;/object&gt;
                            
				        &lt;!--##blog-video-end##--&gt;

			         &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;EM&gt;HTTP streaming brought to you by&lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/smoothstreaming" mce_href="http://www.iis.net/extensions/smoothstreaming"&gt;&lt;EM&gt;&lt;FONT color=#034af3&gt; IIS Smooth Streaming&lt;/FONT&gt;&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. &lt;/EM&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3134358" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="Developers" scheme="http://blogs.iis.net/mailant/archive/tags/Developers/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /></entry><entry><title>Real World IIS: Installing a Free Community Application Using Web Platform Installer (videocast)</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-installing-a-free-community-application-using-web-platform-installer-videocast.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-installing-a-free-community-application-using-web-platform-installer-videocast.aspx</id><published>2009-04-30T22:27:00Z</published><updated>2009-04-30T22:27:00Z</updated><content type="html">In the 2.0 version of &lt;A href="http://www.iis.net/extensions/webplatforminstaller" mce_href="http://www.iis.net/extensions/webplatforminstaller"&gt;Web Platform Installer (Web PI)&lt;/A&gt;, we introduced the ability to install free community applications with &lt;A href="http://www.iis.net/extensions/webdeploymenttool" mce_href="http://www.iis.net/extensions/webdeploymenttool"&gt;Web Deployment Tool&lt;/A&gt; support from the Web PI directly. 
&lt;P&gt;In March 2009, we launched the &lt;A href="http://www.microsoft.com/web/gallery" mce_href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/A&gt;, where Windows users can find and install free community applications easily on IIS. The Windows Web Application Gallery provides links to both ASP.NET and PHP applications and we're seeing strong user interest in both. You can get a Web content management system, blogs, and wikis. We are adding more ASP.NET and PHP community applications every month. 
&lt;P&gt;When we add an application to the Web App Gallery, the app gets added to an ATOM feed that is both consumed by the Web App Gallery and displayed within the Web Platform Installer (Web PI). So you can either visit the Web App Gallery web site or use the Web Platform Installer directly to find the same free community apps easily on IIS. You can learn more about Web PI &lt;A href="http://learn.iis.net/page.aspx/522/web-platform-installer/" mce_href="http://learn.iis.net/page.aspx/522/web-platform-installer/"&gt;here&lt;/A&gt; and Web App Gallery &lt;A href="http://learn.iis.net/page.aspx/606/introducing-the-windows-web-application-gallery/" mce_href="http://learn.iis.net/page.aspx/606/introducing-the-windows-web-application-gallery/"&gt;here&lt;/A&gt;. 
&lt;P&gt;This short video (just under 8 minutes) walks you through how to install &lt;A href="http://www.umbraco.org/" mce_href="http://www.umbraco.org"&gt;Umbraco&lt;/A&gt;, an open source ASP.NET community application, from the Web PI. 
&lt;P mce_keep="true"&gt;

				        &lt;!--##blog-video-start##--&gt;&lt;!--##blog-video-params:width=500|height=384|isAdaptive=True|title=Umbraco Installation|url=http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Umbraco Installation/Umbraco Installation.ism/Manifest##--&gt;

					        &lt;object id="SilverlightMediaPlayer" style="width:500px;height:384px;" width="500" height="384" autoupdate="true" type="application/x-silverlight-2"&gt;
						        &lt;param name="MinRuntimeVersion" value="2.0.31005.0" /&gt; 
						        &lt;param name="Source" value="/clientbin/AdaptiveStreaming.xap" /&gt; 
						        &lt;param name="windowless" value="false" /&gt;
						        &lt;param name="InitParams" value='fakemode=,background=#FF000000,autoplay=False,muted=False,stretchmode=0,playlist=&lt;playList&gt;&lt;playListItems&gt;&lt;playListItem title="Umbraco Installation" description="" mediaSource="http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/Umbraco Installation/Umbraco Installation.ism/Manifest" adaptiveStreaming="True" thumbSource=""&gt;&lt;/playListItem&gt;&lt;/playListItems&gt;&lt;/playList&gt;' /&gt; 
								&lt;a style="text-decoration: none;" href="##blog-video-url##"&gt;
									&lt;img style="border-width:0px" alt="Click to see video" src="http://blogs.iis.net/Themes/IIS/images/content/IIS-Video-Link-for-RSS.png" /&gt; 
								&lt;/a&gt;
							&lt;/object&gt;
                            
				        &lt;!--##blog-video-end##--&gt;

			        &amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;EM&gt;HTTP streaming brought to you by&lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/smoothstreaming" mce_href="http://www.iis.net/extensions/smoothstreaming"&gt;&lt;EM&gt; IIS Smooth Streaming&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. &lt;/EM&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3131823" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /><category term="Web PI" scheme="http://blogs.iis.net/mailant/archive/tags/Web+PI/default.aspx" /><category term="Web Application Gallery" scheme="http://blogs.iis.net/mailant/archive/tags/Web+Application+Gallery/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/mailant/archive/tags/PHP/default.aspx" /></entry><entry><title>Real World IIS: Finding and Installing Web Platform Installer 2.0 (videocast)</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-finding-and-installing-web-platform-installer-2-0.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/04/30/real-world-iis-finding-and-installing-web-platform-installer-2-0.aspx</id><published>2009-04-30T21:39:00Z</published><updated>2009-04-30T21:39:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;The Web Platform Installer 2.0 is a free IIS tool that makes it easy to discovery and install the Microsoft Web stack and free community apps from the &lt;A href="http://www.microsoft.com/web/gallery"&gt;Windows Web Application Gallery&lt;/A&gt;. It's the "first mile" to get started with the Web Platform and Web App Gallery applications on IIS. 
&lt;P&gt;We're seeing thousands of downloads of &lt;A href="http://www.iis.net/extensions/webplatforminstaller"&gt;Web Platform Installer (Web PI)&lt;/A&gt; by developers and administrators who use Web PI to discovery and stay up to date with the latest components in the Web stack. (We use Web PI here on the product team to set up and stay current with desktops/laptops and servers.) We also launched the Windows Web Application Gallery last month, which provides a way for users to discovery and download open source applications (ASP.NET and PHP) onto Windows. Every application in the Web App Gallery is download by Web Platform Installer (Web PI), so it's a critical component of the process. &lt;/P&gt;
&lt;P&gt;In this&amp;nbsp;3 minute&amp;nbsp;video, I walk through the different ways that you can find and start using the Web Platform Installer. 
&lt;P mce_keep="true"&gt;

				        &lt;!--##blog-video-start##--&gt;&lt;!--##blog-video-params:width=512|height=384|isAdaptive=True|title=Find and Install the Microsoft Web Platform Installer|url=http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/FindAndInstallTheMSWebPI/v2 How to Find and Install the Microsoft Web Platform Installer.ism/Manifest##--&gt;

					        &lt;object id="SilverlightMediaPlayer" style="width:512px;height:384px;" width="512" height="384" autoupdate="true" type="application/x-silverlight-2"&gt;
						        &lt;param name="MinRuntimeVersion" value="2.0.31005.0" /&gt; 
						        &lt;param name="Source" value="/clientbin/AdaptiveStreaming.xap" /&gt; 
						        &lt;param name="windowless" value="false" /&gt;
						        &lt;param name="InitParams" value='fakemode=,background=#FF000000,autoplay=False,muted=False,stretchmode=0,playlist=&lt;playList&gt;&lt;playListItems&gt;&lt;playListItem title="Find and Install the Microsoft Web Platform Installer" description="" mediaSource="http://mediadl.microsoft.com/mediadl/iisnet/SmoothMedia/Mai-lan/FindAndInstallTheMSWebPI/v2 How to Find and Install the Microsoft Web Platform Installer.ism/Manifest" adaptiveStreaming="True" thumbSource=""&gt;&lt;/playListItem&gt;&lt;/playListItems&gt;&lt;/playList&gt;' /&gt; 
								&lt;a style="text-decoration: none;" href="##blog-video-url##"&gt;
									&lt;img style="border-width:0px" alt="Click to see video" src="http://blogs.iis.net/Themes/IIS/images/content/IIS-Video-Link-for-RSS.png" /&gt; 
								&lt;/a&gt;
							&lt;/object&gt;
                            
				        &lt;!--##blog-video-end##--&gt;

			         &amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;EM&gt;HTTP streaming over IIS to you by &lt;/EM&gt;&lt;A href="http://www.iis.net/extensions/smoothstreaming" mce_href="http://www.iis.net/extensions/smoothstreaming"&gt;&lt;EM&gt;IIS Smooth Streaming&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. &lt;/EM&gt;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3131766" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author></entry><entry><title>"Real World IIS" videocast series</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/mailant/archive/2009/04/30/real-world.aspx" /><id>http://blogs.iis.net/mailant/archive/2009/04/30/real-world.aspx</id><published>2009-04-30T20:13:00Z</published><updated>2009-04-30T20:13:00Z</updated><content type="html">I am starting a videocast series called "Real World IIS" that takes a tour through how to use our &lt;A href="http://www.iis.net/extensions" mce_href="http://www.iis.net/extensions"&gt;free IIS Web services extensions&lt;/A&gt; in the type of day-to-day activities that a developer and/or administrator might encounter. These videocasts will be short (always less than 15 minutes) and delivered to you through &lt;A href="http://www.iis.net/extensions/smoothstreaming"&gt;IIS Smooth Streaming&lt;/A&gt;, delivering high quality media over HTTP using IIS. 
&lt;P&gt;In the first part of the series, I am going to focus on Web downloads that help make it easy to discover, deploy and manage ASP.NET and PHP applications on IIS7. I think developers and other users will be pleasantly surprised to find out about what IIS lets you do with Web apps today. 
&lt;P&gt;In the second part of the series, I will talk about extensions that take the IIS Web server into new territory, from load balancing to media to server migration. We have used the IIS7 extensibility platform to open up the core Web server to all these new scenarios. 
&lt;P&gt;Hope you enjoy the series! We've been busy here in Redmond. :-)&lt;/P&gt;&lt;/A&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3131605" width="1" height="1"&gt;</content><author><name>mailant</name><uri>http://blogs.iis.net/members/mailant.aspx</uri></author><category term="IIS7" scheme="http://blogs.iis.net/mailant/archive/tags/IIS7/default.aspx" /></entry></feed>