<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>iis</title><link>http://weblogs.asp.net/iis/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS SEO Toolkit – Report Comparison</title><link>http://blogs.iis.net/carlosag/archive/2009/11/10/iis-seo-toolkit-report-comparison.aspx</link><pubDate>Wed, 11 Nov 2009 00:09:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7251089</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7251089</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/10/iis-seo-toolkit-report-comparison.aspx#comments</comments><description>One of my favorites features in the IIS Search Engine Optimization (SEO) Toolkit is what we called Report Comparison. Report Comparison basically allows you to compare two different versions of the results of crawling the same site to see what changed in between. This is a really convenient way to track not only changes in terms of SEO violations but also to be able to compare any attributes on the pages such as Title, Heading, Description, Links, Violations, etc. How to access the feature There...( read more ) Read More......(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/10/iis-seo-toolkit-report-comparison.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7251089" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://weblogs.asp.net/iis/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS Documentation Updates on PHP.NET</title><link>http://blogs.iis.net/ruslany/archive/2009/11/10/iis-documentation-updates-on-php-net.aspx</link><pubDate>Tue, 10 Nov 2009 19:18:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250832</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7250832</wfw:commentRss><comments>http://blogs.iis.net/ruslany/archive/2009/11/10/iis-documentation-updates-on-php-net.aspx#comments</comments><description>PHP.NET web site is known for its well written and very detailed documentation. The excellent content together with tons of user contributed notes has made the PHP.NET the primary place for getting the help on all PHP related questions. However there was one thing in the PHP docs that was still not up-to-date. The Windows and IIS-specific installation and configuration sections did not cover the latest changes in Windows, such as IIS 7 and FastCGI. Now I am glad to let everyone know that this part...( read more ) Read More......(&lt;a href="http://blogs.iis.net/ruslany/archive/2009/11/10/iis-documentation-updates-on-php-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250832" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/PHP/default.aspx">PHP</category><category domain="http://weblogs.asp.net/iis/archive/tags/FastCGI/default.aspx">FastCGI</category></item><item><title>Using ARR config extensibility to gracefully stop server</title><link>http://blogs.iis.net/anilr/archive/2009/11/09/using-arr-config-extensibility-to-gracefully-stop-server.aspx</link><pubDate>Mon, 09 Nov 2009 21:48:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250124</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7250124</wfw:commentRss><comments>http://blogs.iis.net/anilr/archive/2009/11/09/using-arr-config-extensibility-to-gracefully-stop-server.aspx#comments</comments><description>Now that Application Request Router v2 is out and I have a bit more time for other stuff, I thought I would write about the config extensibility offered by ARR. The below example applies for both v1 and v2. Note that using AHAdmin via JScript is the config interface I am most familiar with, but you can easily convert this sample to either PowerShell or MWA. The below first issues a graceful stop to the server using a dynamic method and then monitors the number of outstanding requests, waiting until it falls to 0 and deletes the server from configuration at that point. If the number of active sessions rather than requests is what you look at (for apps with persistent sessions) for removing your servers from rotation, you can change state to “Drain” and then using performance counters to obtain outstanding session information from the remote server and using that to decide when to remove the server from rotation. For other dynamic methods/properties provided by ARR, look at the schema at...(&lt;a href="http://blogs.iis.net/anilr/archive/2009/11/09/using-arr-config-extensibility-to-gracefully-stop-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250124" width="1" height="1"&gt;</description></item><item><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>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</link><pubDate>Mon, 09 Nov 2009 19:01:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250034</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7250034</wfw:commentRss><comments>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#comments</comments><description>I am very pleased to announce the final release of Application Request Routing (ARR) 2.0 , 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. 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 even other types of servers like Java in a Web farm but ARR itself has to be installed on a Windows Server 2008 or later server. Once you download ARR (use Web Platform Installer for an easy install), you will see a new node called “Server Farms” appear in the left tree-view&amp;#160; of our IIS Manager administration console...(&lt;a 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"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250034" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://weblogs.asp.net/iis/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category></item><item><title>URL Rewrite Module v2 – Release Candidate</title><link>http://blogs.iis.net/ruslany/archive/2009/11/09/url-rewrite-module-v2-release-candidate.aspx</link><pubDate>Mon, 09 Nov 2009 18:42:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250035</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7250035</wfw:commentRss><comments>http://blogs.iis.net/ruslany/archive/2009/11/09/url-rewrite-module-v2-release-candidate.aspx#comments</comments><description>The URL Rewrite Module 2.0 – Release Candidate is available for download . The release contains functionality and stability improvements and it is believed to have a quality level suitable for production deployments. Overview Microsoft URL Rewrite Module 2.0 for IIS 7 is an incremental release that includes all the features from version 1.1 , and adds support for outbound response headers and content rewriting. More specifically, it can be used to: Replace the URLs generated by a web application...( read more ) Read More......(&lt;a href="http://blogs.iis.net/ruslany/archive/2009/11/09/url-rewrite-module-v2-release-candidate.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250035" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://weblogs.asp.net/iis/archive/tags/URLRewrite/default.aspx">URLRewrite</category></item><item><title>Announcing the RTW release of Application Request Routing V2 for IIS7.0</title><link>http://blogs.iis.net/donraman/archive/2009/11/09/announcing-the-rtw-release-of-application-request-routing-v2-for-iis7-0.aspx</link><pubDate>Mon, 09 Nov 2009 16:37:47 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249941</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7249941</wfw:commentRss><comments>http://blogs.iis.net/donraman/archive/2009/11/09/announcing-the-rtw-release-of-application-request-routing-v2-for-iis7-0.aspx#comments</comments><description>Today we did the official release for ARR Version 2 for IIS7 and it is now fully supported by Microsoft Support . Overview: Microsoft Application Request Routing (ARR) for IIS 7.0 is a proxy-based routing module that forwards HTTP requests to application servers based on HTTP headers, server variables, and load balance algorithms.&amp;#160;&amp;#160; ARR Version 2 is an incremental release that includes all of the features from Version 1, and adds support for disk-based cache. More specifically, ARR Version 2 can be used to: Enhance ARR Version 1 scenarios with disk cache. Use ARR as a cache proxy as a cache node in a CDN/ECN environment . Use ARR as an edge/child cache node. Use ARR as a parent cache node. Download ARRv2 RTW from: &amp;#8226; Microsoft Application Request Routing Version 2 RTW for IIS 7.0 (x86) here . &amp;#8226; Microsoft Application Request Routing Version 2 RTW for IIS 7.0 (x64) here . &amp;#160; What&amp;#8217;s new in RTW: RSCA runtime statistics as performance counters . Users of Application...(&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"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249941" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/ARR/default.aspx">ARR</category><category domain="http://weblogs.asp.net/iis/archive/tags/ARR+V2/default.aspx">ARR V2</category></item><item><title>Increase Web Application Scalability and Reliability with ARR 2.0 RTW</title><link>http://blogs.iis.net/windowsserver/archive/2009/11/09/increase-web-application-scalability-and-reliability-with-arr-2-0-rtw.aspx</link><pubDate>Mon, 09 Nov 2009 14:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249864</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7249864</wfw:commentRss><comments>http://blogs.iis.net/windowsserver/archive/2009/11/09/increase-web-application-scalability-and-reliability-with-arr-2-0-rtw.aspx#comments</comments><description>Today, Microsoft announced the final release of IIS Application Request Routing (ARR) 2.0 RTW . Customers - such as hosting providers, Content Delivery Network (CDN) providers, and IT Professionals are changing the way they do business as a result of ARR 2.0. ARR 2.0 delivers cost savings, elastic scalability, and flexible deployment options. With IIS 7.5 and ARR 2.0, customers can create a native Silverlight infrastructure and configure their CDN so that it provides superior live and on-demand media...( read more ) Read More......(&lt;a href="http://blogs.iis.net/windowsserver/archive/2009/11/09/increase-web-application-scalability-and-reliability-with-arr-2-0-rtw.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249864" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://weblogs.asp.net/iis/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://weblogs.asp.net/iis/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://weblogs.asp.net/iis/archive/tags/Windows+Web+Server+2008/default.aspx">Windows Web Server 2008</category><category domain="http://weblogs.asp.net/iis/archive/tags/R2+_2800_Release+Two_2900_/default.aspx">R2 (Release Two)</category><category domain="http://weblogs.asp.net/iis/archive/tags/Windows+Server+2008+R2/default.aspx">Windows Server 2008 R2</category><category domain="http://weblogs.asp.net/iis/archive/tags/X64+Editions/default.aspx">X64 Editions</category><category domain="http://weblogs.asp.net/iis/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/iis/archive/tags/TechEd-ITForum/default.aspx">TechEd-ITForum</category></item><item><title>Enabling WINCACHE on per site basis</title><link>http://blogs.iis.net/donraman/archive/2009/11/08/enabling-wincache-on-per-site-basis.aspx</link><pubDate>Sun, 08 Nov 2009 19:33:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249374</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7249374</wfw:commentRss><comments>http://blogs.iis.net/donraman/archive/2009/11/08/enabling-wincache-on-per-site-basis.aspx#comments</comments><description>With WINCACHE 1.0 RC one can configure parts of WINCACHE solution on a per site basis. As you know WINCACHE has two kinds of cache namely output code cache and file cache. With RC release, you have the ability to turn output code cache on a per site basis. We have got a new WINCACHE directive named WINCACHE.OCENABLEDFILTER which can be used to enable/disable output code cache on a per site basis. This INI directive can take a string which is list of comma separated&amp;#160; numbers. Each number in the string represents a valid site id which is a unique identity IIS gives to each Web Site when the site gets created. All the site id included as part of this string will actually toggle the value of WINCACHE.ocenabled while running WINCACHE functionality. Example, if you have below in your PHP INI file: wincache.ocenabled=1 wincache.ocenabledfilter=&amp;quot;2,3&amp;quot; This means for site having id 2 or 3, WINCACHE output code cache will be disabled and for all other site id, it will be enabled. So...(&lt;a href="http://blogs.iis.net/donraman/archive/2009/11/08/enabling-wincache-on-per-site-basis.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249374" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/PHP/default.aspx">PHP</category><category domain="http://weblogs.asp.net/iis/archive/tags/Wincache+RC/default.aspx">Wincache RC</category><category domain="http://weblogs.asp.net/iis/archive/tags/PHP+Wincahe/default.aspx">PHP Wincahe</category></item><item><title>Presenting at ASP.NET Connections in Las Vegas</title><link>http://blogs.iis.net/carlosag/archive/2009/11/07/presenting-at-asp-net-connections-in-las-vegas.aspx</link><pubDate>Sun, 08 Nov 2009 01:49:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249119</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7249119</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/07/presenting-at-asp-net-connections-in-las-vegas.aspx#comments</comments><description>Next week I will be presenting at the ASP.NET Connections event in Las Vegas the following topics: AMS04: Boost Your Site’s Search Ranking with the IIS Search Engine Optimization Toolkit : Search engines are just robots, and you have to play by their rules if you want to see your site in the top search results. In this session, you will learn how to leverage the IIS Search Engine Optimizer and other tools to improve your Web site for search engine and user traffic. You will leave this session with...( read more ) Read More......(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/07/presenting-at-asp-net-connections-in-las-vegas.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249119" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Configuring FTP 7.5 with Host Header and SSL</title><link>http://blogs.iis.net/webtopics/archive/2009/11/05/configuring-ftp-7-5-with-host-header-and-ssl.aspx</link><pubDate>Fri, 06 Nov 2009 00:04:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7248616</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7248616</wfw:commentRss><comments>http://blogs.iis.net/webtopics/archive/2009/11/05/configuring-ftp-7-5-with-host-header-and-ssl.aspx#comments</comments><description>FTP 7.5 comes with new features like supporting Host headers (Virtual host) and SSL. For compatibility purposes, FTP clients can check whether the FTP server supports host headers by sending a FEAT command to check for supported features. An FTP server would respond with HOST being one of the extended features supported by it and from here on client can use this feature. There are two ways of using this feature currently by the FTP clients: 1. They can send the virtual host name along with the Username...( read more ) Read More......(&lt;a href="http://blogs.iis.net/webtopics/archive/2009/11/05/configuring-ftp-7-5-with-host-header-and-ssl.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7248616" width="1" height="1"&gt;</description></item><item><title>Web PI Options Dialog</title><link>http://blogs.iis.net/kateroh/archive/2009/11/04/web-pi-options-dialog.aspx</link><pubDate>Wed, 04 Nov 2009 22:16:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247355</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7247355</wfw:commentRss><comments>http://blogs.iis.net/kateroh/archive/2009/11/04/web-pi-options-dialog.aspx#comments</comments><description>&amp;#160; As many of you already know, version 2 RTW of Web Platform Installer released in September. So what’s new in this version since RC that was released in March? First of all, Web PI now caches downloaded installers. Second of all, Web PI now supports 9 additional languages – German, French, Spanish, Russian, Italian, Japanese, Korean, Traditional and Simplified Chinese. This language support extends to both displaying Web PI UI in the language of the current OS locale and installing a product (if available) in the language specified by the user. Finally, the last biggest feature of RTW is extensibility. All the new features are surfaced through the Options dialog, which is also new in RTW. Here is a list of new features surfaced through the dialog: Additional scenarios Extensibility installing custom products installing custom applications Localization Installer caching &amp;#160; Some of these features are rather too big to include them in one article and are described separately through...(&lt;a href="http://blogs.iis.net/kateroh/archive/2009/11/04/web-pi-options-dialog.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247355" width="1" height="1"&gt;</description></item><item><title>Using IIS Manager accounts for Web Deployment Tool (msdeploy) delegation</title><link>http://blogs.iis.net/krolson/archive/2009/11/04/using-iis-manager-accounts-for-web-deployment-tool-msdeploy-delegation.aspx</link><pubDate>Wed, 04 Nov 2009 20:04:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247257</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7247257</wfw:commentRss><comments>http://blogs.iis.net/krolson/archive/2009/11/04/using-iis-manager-accounts-for-web-deployment-tool-msdeploy-delegation.aspx#comments</comments><description>This blog outlines the basic steps for setting up IIS Manager accounts so that they may be used for Web Deployment Tool delegation. Most of the steps particular to using IIS Manager users for delegation are required for connecting remotely using the Windows Management service, so if there are already accounts set up for remote management, that work has already been done. The following steps will allow IIS Manager accounts to be used for management service delegation. Step-by-step instructions with screen shots may be found for steps 1 through 4 on this page, with their section title added in parenthesis : http://learn.iis.net/page.aspx/159/configuring-remote-administration-and-feature-delegation-in-iis-70/ 1. Make sure that Windows Management Service is installed ( Configuring Remote Connections in IIS Manager ) 2. Enable remote connections for IIS users ( Enable Remote Connections and Configure Identity Credentials ) The previous steps only need to be performed once, however the following...(&lt;a href="http://blogs.iis.net/krolson/archive/2009/11/04/using-iis-manager-accounts-for-web-deployment-tool-msdeploy-delegation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247257" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://weblogs.asp.net/iis/archive/tags/IIS+7/default.aspx">IIS 7</category><category domain="http://weblogs.asp.net/iis/archive/tags/UI/default.aspx">UI</category><category domain="http://weblogs.asp.net/iis/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://weblogs.asp.net/iis/archive/tags/MSDeploy/default.aspx">MSDeploy</category><category domain="http://weblogs.asp.net/iis/archive/tags/Web+Deployment+Tool/default.aspx">Web Deployment Tool</category><category domain="http://weblogs.asp.net/iis/archive/tags/Delegation/default.aspx">Delegation</category><category domain="http://weblogs.asp.net/iis/archive/tags/IIS+User/default.aspx">IIS User</category><category domain="http://weblogs.asp.net/iis/archive/tags/ACL/default.aspx">ACL</category><category domain="http://weblogs.asp.net/iis/archive/tags/Management+Service+Delegation/default.aspx">Management Service Delegation</category><category domain="http://weblogs.asp.net/iis/archive/tags/Web+Deploy/default.aspx">Web Deploy</category></item><item><title>Tip#99: Did you know… You can now install new Media and Developer Tools products with Web PI v2 RTW?</title><link>http://blogs.iis.net/webdevelopertips/archive/2009/11/03/tip-99-did-you-know-you-can-now-install-new-media-and-developer-tools-products-with-web-pi-v2-rtw.aspx</link><pubDate>Tue, 03 Nov 2009 18:03:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246153</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7246153</wfw:commentRss><comments>http://blogs.iis.net/webdevelopertips/archive/2009/11/03/tip-99-did-you-know-you-can-now-install-new-media-and-developer-tools-products-with-web-pi-v2-rtw.aspx#comments</comments><description>RTW version 2 of Web PI, which shipped in September, now offers additional products through Media and Developer Tools scenarios through the new Options Dialog. You can include products from these scenarios from the Options dialog: and check the corresponding checkboxes: Katerina Rohonyan SDET | IIS Team...( read more ) Read More......(&lt;a href="http://blogs.iis.net/webdevelopertips/archive/2009/11/03/tip-99-did-you-know-you-can-now-install-new-media-and-developer-tools-products-with-web-pi-v2-rtw.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246153" width="1" height="1"&gt;</description></item><item><title>MSDeploy API Scenarios</title><link>http://blogs.iis.net/jamescoo/archive/2009/11/03/msdeploy-api-scenarios.aspx</link><pubDate>Tue, 03 Nov 2009 00:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245986</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7245986</wfw:commentRss><comments>http://blogs.iis.net/jamescoo/archive/2009/11/03/msdeploy-api-scenarios.aspx#comments</comments><description>This C# code given below will demonstrate how the MSDeploy API can accomplish some common scenarios that users may want to perform. The following examples are documented below in no particular order: I. Server Sync IIS6.0 to IIS6.0 with ‘whatif’,deleting allowed and no content II. Sync with tracing ( verbose is demonstrated ) III. Skip directive usage IV. Replace Rule + Skip Rule ( using skipAction ) usage V. Sync a site from iis7 to Hostable web core ( iis7 ) VI. SetAcl on a directory ( setting provider settings ) If you would like other examples posted or have a request please post below and it could be submitted in the future. I. Server Sync IIS6.0 to IIS6.0 with ‘whatif’,deleting allowed and no content – Setup a server with no content, just the settings and configuration moving from one IIS6.0 box to another IIS6.0 box allowing deletion msdeploy –verb:sync –source:metakey,computername=computer,username=user,password=password –whatif –disableLink:ContentExtension –disableRule:DoNotDeleteRule...(&lt;a href="http://blogs.iis.net/jamescoo/archive/2009/11/03/msdeploy-api-scenarios.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245986" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/MSDeploy/default.aspx">MSDeploy</category><category domain="http://weblogs.asp.net/iis/archive/tags/API/default.aspx">API</category><category domain="http://weblogs.asp.net/iis/archive/tags/Examples/default.aspx">Examples</category><category domain="http://weblogs.asp.net/iis/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Running PHP displays the code itself</title><link>http://blogs.iis.net/donraman/archive/2009/11/01/running-php-displays-the-code-itself.aspx</link><pubDate>Sun, 01 Nov 2009 20:31:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244790</guid><dc:creator>The Official Microsoft IIS Site</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/iis/rsscomments.aspx?PostID=7244790</wfw:commentRss><comments>http://blogs.iis.net/donraman/archive/2009/11/01/running-php-displays-the-code-itself.aspx#comments</comments><description>At times we get posting on the forum where user complain that when they are running a PHP file, the output is the file itself. This means that the script was not recognized as a PHP script and rather it was treated as plain text by the browser. There are two reasons why you can run into this situation to my knowledge. If you are using short tags for writing PHP script like &amp;lt;? echo &amp;#39;Hello World&amp;#39; ?&amp;gt;, you should ensure that you have short_open_tag INI directive set to &amp;#39;1&amp;#39; in your PHP INI file. If this is not the case the script will not be treated as PHP script. I would prefer PHP script like &amp;lt;?php echo &amp;#39;Hello World&amp;#39; ?&amp;gt;. This is more clear and avoids confusion. Another reason for running into this situation can be if the PHP file is not saved as ASCII/ANSI. Saving the PHP script in UNICODE/Multi-byte format will again fail the script to be recognized as PHP script. Always save the PHP script as plain text file to avoid running into this situation. Hopefully...(&lt;a href="http://blogs.iis.net/donraman/archive/2009/11/01/running-php-displays-the-code-itself.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244790" width="1" height="1"&gt;</description></item></channel></rss>