<?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>ASP.NET and IIS Performance Troubleshooting Tools: FREB, Perfecto, and PerfView</title><link>http://blogs.iis.net/timamm/archive/2012/02/11/asp-net-and-iis-performance-troubleshooting-tools-3-key-resources.aspx</link><pubDate>Sat, 11 Feb 2012 22:08:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8294008</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=8294008</wfw:commentRss><comments>http://blogs.iis.net/timamm/archive/2012/02/11/asp-net-and-iis-performance-troubleshooting-tools-3-key-resources.aspx#comments</comments><description>If you have an ASP.NET application running on IIS 7 or IIS 7.5 that is experiencing intermittent delays, you have three powerful troubleshooting tools at your disposal that you might not have known about: FREB , Perfecto , and PerfView . 1) IIS Failed Request Tracing ( FREB ) 2) Jose Reyes’ ASP.NET Perfecto tool 3) Microsoft’s PerfView tool 1) Failed Request Tracing Failed Request Tracing (sometimes called “FREB” from its formerly unwieldy name of “Failed Request Event Buffering”) gives you a lot of control over defining exactly which requests to IIS 7 or IIS 7.5 you want to consider “failed” -- and have only those requests traced. For example, if you expect your application to respond within a second or two but it’s taking longer, you could set FREB to trace requests when it takes 4 or 5 seconds to respond. FREB produces a log file in .xml format that shows events and notifications from the modules that processed the request during its lifecycle, which is really helpful. Here are some...(&lt;a href="http://blogs.iis.net/timamm/archive/2012/02/11/asp-net-and-iis-performance-troubleshooting-tools-3-key-resources.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8294008" width="1" height="1"&gt;</description></item><item><title>Flush IIS HTTP and FTP Logs to Disk</title><link>http://blogs.iis.net/owscott/archive/2012/02/03/flush-iis-http-and-ftp-logs-to-disk.aspx</link><pubDate>Sat, 04 Feb 2012 04:11:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8280461</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=8280461</wfw:commentRss><comments>http://blogs.iis.net/owscott/archive/2012/02/03/flush-iis-http-and-ftp-logs-to-disk.aspx#comments</comments><description>Today I wanted to find a way to flush the IIS FTP logs on-demand.&amp;#160; The logs for IIS FTP flush to disk every 6 minutes, and the HTTP logs every 1 minute (or 64kb).&amp;#160; This can make troubleshooting difficult when you don’t receive immediate access Read More......( read more ) Read More......(&lt;a href="http://blogs.iis.net/owscott/archive/2012/02/03/flush-iis-http-and-ftp-logs-to-disk.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8280461" 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/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/FTP/default.aspx">FTP</category></item><item><title>Using URL Rewrite to Insert Different Scripts Based on Browser Type</title><link>http://blogs.iis.net/robert_mcmurray/archive/2012/02/03/using-url-rewrite-to-insert-different-scripts-based-on-browser-type.aspx</link><pubDate>Fri, 03 Feb 2012 13:14:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8279385</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=8279385</wfw:commentRss><comments>http://blogs.iis.net/robert_mcmurray/archive/2012/02/03/using-url-rewrite-to-insert-different-scripts-based-on-browser-type.aspx#comments</comments><description>I just stumbled across a piece of sample code that I had written several months ago for a coworker, and I thought that I&amp;#39;d share it with everyone. Here&amp;#39;s the scenario: my coworker asked me if it was possible to have different client-side scripts inserted dynamically depending on the type of web browser that is being used. If the application was written in ASP.NET or some other dynamic language, then it would be trivial to determine the browser type and return the correct HTML &amp;lt;script&amp;gt; block...( read more ) Read More......(&lt;a href="http://blogs.iis.net/robert_mcmurray/archive/2012/02/03/using-url-rewrite-to-insert-different-scripts-based-on-browser-type.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8279385" 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/Scripting/default.aspx">Scripting</category></item><item><title>Advanced Log Parser Charts Part 2 - Using Gradient Colors for Area Charts</title><link>http://blogs.iis.net/robert_mcmurray/archive/2012/01/30/advanced-log-parser-charts-part-2-using-gradient-colors-for-area-charts.aspx</link><pubDate>Mon, 30 Jan 2012 08:30:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8271907</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=8271907</wfw:commentRss><comments>http://blogs.iis.net/robert_mcmurray/archive/2012/01/30/advanced-log-parser-charts-part-2-using-gradient-colors-for-area-charts.aspx#comments</comments><description>In Part 2 of this series, I&amp;#39;ll show you how to customize the area chart from Part 1 to show the chart area with a gradient. More specifically, there are three different chart gradient methods that we&amp;#39;ll take a look at in this blog post: SetOneColorGradient SetTwoColorGradient SetPresetGradient Before I continue, there is one quick Log Parser convention that you should realize: there are two objects that Log Parser will create and pass to your script. As you look at the sample scripts in this post...( read more ) Read More......(&lt;a href="http://blogs.iis.net/robert_mcmurray/archive/2012/01/30/advanced-log-parser-charts-part-2-using-gradient-colors-for-area-charts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8271907" 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/Scripting/default.aspx">Scripting</category><category domain="http://weblogs.asp.net/iis/archive/tags/LogParser/default.aspx">LogParser</category></item><item><title>Advanced Log Parser Charts Part 1 - Working With Configuration Scripts</title><link>http://blogs.iis.net/robert_mcmurray/archive/2012/01/29/advanced-log-parser-charts-part-1-working-with-configuration-scripts.aspx</link><pubDate>Sun, 29 Jan 2012 06:13:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8271142</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=8271142</wfw:commentRss><comments>http://blogs.iis.net/robert_mcmurray/archive/2012/01/29/advanced-log-parser-charts-part-1-working-with-configuration-scripts.aspx#comments</comments><description>I recently had a situation where I wanted to customize the chart output from Log Parser, and after a bunch of research I eventually arrived at the conclusion that configuration scripts for create customized charts are probably the least-documented feature of Log Parser. After a lot of experimentation, (and a bit of frustration), I finally managed to achieve the results that I wanted. With that in mind, I thought that it would make a great blog series if I documented some of the settings that I used...( read more ) Read More......(&lt;a href="http://blogs.iis.net/robert_mcmurray/archive/2012/01/29/advanced-log-parser-charts-part-1-working-with-configuration-scripts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8271142" 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/Scripting/default.aspx">Scripting</category><category domain="http://weblogs.asp.net/iis/archive/tags/LogParser/default.aspx">LogParser</category></item><item><title>Joomla! 2.5 Adds SQL Server Support!</title><link>http://blogs.iis.net/bswan/archive/2012/01/26/joomla-2-5-adds-sql-server-support.aspx</link><pubDate>Fri, 27 Jan 2012 00:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8270326</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=8270326</wfw:commentRss><comments>http://blogs.iis.net/bswan/archive/2012/01/26/joomla-2-5-adds-sql-server-support.aspx#comments</comments><description>This is a short post to shareexciting news: Jooma! 2.5, which shipped earlier this week, now has support for SQL Server! Of course, this release contains lots more goodies, but the addition of a database abstraction layer that supports multiple databases is a huge step (support for other databases may arrive quickly now that Joomla! ison a 6-month ship cycle). This will remove headaches for anyone deploying Joomla! in multiplatform environments. You can read all about the release on the Joomla! Web...( read more ) Read More......(&lt;a href="http://blogs.iis.net/bswan/archive/2012/01/26/joomla-2-5-adds-sql-server-support.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8270326" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://weblogs.asp.net/iis/archive/tags/Joomla_2100_/default.aspx">Joomla!</category></item><item><title>Recommended Listening–Clint Huffman on RunAs Radio</title><link>http://blogs.iis.net/hawaythelads/archive/2012/01/26/recommended-listening-clint-huffman-on-runas-radio.aspx</link><pubDate>Thu, 26 Jan 2012 09:34:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8269103</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=8269103</wfw:commentRss><comments>http://blogs.iis.net/hawaythelads/archive/2012/01/26/recommended-listening-clint-huffman-on-runas-radio.aspx#comments</comments><description>This week’s RunAs Radio has Clint Huffman , a Microsoft Premier Field Engieer talking to Richard Campbell about understanding the health state of IIS7/7.5.&amp;#160; There is some excellent content in this episode and I’d strongly recommend listning to it. Clint covers aspects such as mappings, caching, failed request tracing and the IIS Log Analyzer. Rather than tell you everything that is in the podcast, listen now! - http://www.runasradio.com/default.aspx?showNum=248 RunAs Radio is an excellent weekly...( read more ) Read More......(&lt;a href="http://blogs.iis.net/hawaythelads/archive/2012/01/26/recommended-listening-clint-huffman-on-runas-radio.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8269103" 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/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/Podcasts/default.aspx">Podcasts</category></item><item><title>Microsoft at Node Summit</title><link>http://blogs.iis.net/port25-php/archive/2012/01/24/microsoft-at-node-summit.aspx</link><pubDate>Tue, 24 Jan 2012 14:45:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8268168</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=8268168</wfw:commentRss><comments>http://blogs.iis.net/port25-php/archive/2012/01/24/microsoft-at-node-summit.aspx#comments</comments><description>We are excited to be attending and participating at Node Summit in San Francisco this week. Among those Microsoft staffers on site are Server &amp;amp; Tools Corporate Vice President Scott Guthrie - who participated on a panel about Platform as a Service this morning and also gave a keynote address - and Gianugo Rabellino , the Senior Director for Open Source Communities, who was on a panel discussing the importance of cross-platform. You can read more about Scott&amp;#39;s keynote on the Windows Azure blog...( read more ) Read More......(&lt;a href="http://blogs.iis.net/port25-php/archive/2012/01/24/microsoft-at-node-summit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8268168" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/Web+Services/default.aspx">Web Services</category><category domain="http://weblogs.asp.net/iis/archive/tags/Windows/default.aspx">Windows</category><category domain="http://weblogs.asp.net/iis/archive/tags/Azure/default.aspx">Azure</category><category domain="http://weblogs.asp.net/iis/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://weblogs.asp.net/iis/archive/tags/Interop/default.aspx">Interop</category><category domain="http://weblogs.asp.net/iis/archive/tags/cloud/default.aspx">cloud</category></item><item><title>IIS FTP User Isolation-Week 46</title><link>http://blogs.iis.net/owscott/archive/2012/01/23/iis-ftp-user-isolation-week-46.aspx</link><pubDate>Mon, 23 Jan 2012 16:34:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8267338</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=8267338</wfw:commentRss><comments>http://blogs.iis.net/owscott/archive/2012/01/23/iis-ftp-user-isolation-week-46.aspx#comments</comments><description>You can find this week’s video here . I’ve been looking forward to releasing this week’s video.&amp;#160; IIS FTP User isolation is an interesting topic because it offers a lot of power and flexibility but it’s not very intuitive because of how it’s managed Read More......( read more ) Read More......(&lt;a href="http://blogs.iis.net/owscott/archive/2012/01/23/iis-ftp-user-isolation-week-46.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8267338" 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/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/FTP/default.aspx">FTP</category><category domain="http://weblogs.asp.net/iis/archive/tags/Web+Pro+Series/default.aspx">Web Pro Series</category></item><item><title>Smooth Streaming to XBox and Beyond</title><link>http://blogs.iis.net/samzhang/archive/2012/01/13/smooth-streaming-to-xbox-and-beyond.aspx</link><pubDate>Sat, 14 Jan 2012 02:17:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8252126</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=8252126</wfw:commentRss><comments>http://blogs.iis.net/samzhang/archive/2012/01/13/smooth-streaming-to-xbox-and-beyond.aspx#comments</comments><description>Last month, Microsoft announced the new TV platform for XBox and a long list of content providers that will be bringing their TV and premium content onto XBox. For more detailed information, please check the press release here and here . As someone from the IIS Media Services team where Smooth Streaming technology was born, I’m proud to announce that the majority of Xbox Live content providers are using Smooth Streaming as their video streaming technology. Also all content partners who are delivering protected premium Smooth Streaming video are using PlayReady DRM for their content protection. Our team not only provided Smooth Streaming server platform (IIS Media Services) but also delivered Smooth Streaming Client SDK to our partners to build their XBox applications upon. Combining the power of XBox platform with the wealth of TV and premium content is going to be a huge win for both consumers and content providers. After a few years of evolution, Smooth Streaming now goes far beyond the...(&lt;a href="http://blogs.iis.net/samzhang/archive/2012/01/13/smooth-streaming-to-xbox-and-beyond.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8252126" width="1" height="1"&gt;</description></item><item><title>Tips &amp; Tricks: DebugDiag 1.2</title><link>http://blogs.iis.net/deanc/archive/2012/01/11/tips-amp-tricks-debugdiag-1-2.aspx</link><pubDate>Wed, 11 Jan 2012 16:32:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8244129</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=8244129</wfw:commentRss><comments>http://blogs.iis.net/deanc/archive/2012/01/11/tips-amp-tricks-debugdiag-1-2.aspx#comments</comments><description>A few years ago, I was lucky enough to have a very small hand in the birth of DebugDiag. In version 1.0, I got to do some work on the analysis scripts, as well as work on one of the debugger extensions it uses for analysis. As a result of the time I spent working on it, it’s still one of my favorite troubleshooting tools. Since the original release of the tool, the team who owns it has done some great things with it, which I’m sure included fixing and/or replacing my hacky code. I freely admit that...( read more ) Read More......(&lt;a href="http://blogs.iis.net/deanc/archive/2012/01/11/tips-amp-tricks-debugdiag-1-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8244129" width="1" height="1"&gt;</description></item><item><title>Getting AWStats installed and configured on IIS 7.5</title><link>http://blogs.iis.net/steveschofield/archive/2012/01/09/getting-awstats-installed-and-configured-on-iis-7-5.aspx</link><pubDate>Tue, 10 Jan 2012 04:31:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8239392</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=8239392</wfw:commentRss><comments>http://blogs.iis.net/steveschofield/archive/2012/01/09/getting-awstats-installed-and-configured-on-iis-7-5.aspx#comments</comments><description>One of things I’ve wanted to evaluate is AWStats for doing analytics on a variety of sites I run. AWStats ( www.awstats.org ) is a free Open Source (Perl based) package. One of the things I couldn&amp;#39;t find that covered the steps to get IIS 7.5 up and running. I’m still working on a few config items within AWStats, which if you have suggestions, please let me know. Here is the order of what I did to get my server up and running. I’ll assume you have a Windows Server 2008 or 2008 R2 server with IIS Installed...( read more ) Read More......(&lt;a href="http://blogs.iis.net/steveschofield/archive/2012/01/09/getting-awstats-installed-and-configured-on-iis-7-5.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8239392" width="1" height="1"&gt;</description></item><item><title>Windows Azure Libraries for Java Available, including support for Service Bus</title><link>http://blogs.iis.net/port25-php/archive/2012/01/09/windows-azure-libraries-for-java-available-including-support-for-service-bus.aspx</link><pubDate>Mon, 09 Jan 2012 17:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8238086</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=8238086</wfw:commentRss><comments>http://blogs.iis.net/port25-php/archive/2012/01/09/windows-azure-libraries-for-java-available-including-support-for-service-bus.aspx#comments</comments><description>Good news for all you Java developers out there: I am happy to share with you the availability of Windows Azure libraries for Java that provide Java-based access to the functionality exposed via the REST API in Windows Azure Service Bus . You can download the Windows Azure libraries for Java from GitHub. This is an early step as we continue to make Windows Azure a great cloud platform for many languages, including .NET and Java. If you&amp;rsquo;re using Windows Azure Service Bus from Java, please let...( read more ) Read More......(&lt;a href="http://blogs.iis.net/port25-php/archive/2012/01/09/windows-azure-libraries-for-java-available-including-support-for-service-bus.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8238086" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/iis/archive/tags/Web+Services/default.aspx">Web Services</category><category domain="http://weblogs.asp.net/iis/archive/tags/Azure/default.aspx">Azure</category><category domain="http://weblogs.asp.net/iis/archive/tags/Java/default.aspx">Java</category><category domain="http://weblogs.asp.net/iis/archive/tags/REST/default.aspx">REST</category><category domain="http://weblogs.asp.net/iis/archive/tags/interoperability/default.aspx">interoperability</category><category domain="http://weblogs.asp.net/iis/archive/tags/cloud/default.aspx">cloud</category></item><item><title>Redirecting Non-www to Domain Equivalent</title><link>http://blogs.iis.net/owscott/archive/2012/01/05/redirecting-non-www-to-domain-equivalent.aspx</link><pubDate>Thu, 05 Jan 2012 15:00:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8226168</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=8226168</wfw:commentRss><comments>http://blogs.iis.net/owscott/archive/2012/01/05/redirecting-non-www-to-domain-equivalent.aspx#comments</comments><description>A question came up on a blog post of mine on how to redirect a domain name that doesn’t have www in it while retaining the original domain name.&amp;#160; Basically, to have a generic redirect to add on a www if it’s not already there. For example, how could Read More......( read more ) Read More......(&lt;a href="http://blogs.iis.net/owscott/archive/2012/01/05/redirecting-non-www-to-domain-equivalent.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8226168" 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/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/URL+Rewrite/default.aspx">URL Rewrite</category></item><item><title>IIS FTP and IIS Manager Users-Week 45</title><link>http://blogs.iis.net/owscott/archive/2012/01/04/iis-ftp-and-iis-manager-users-week-45.aspx</link><pubDate>Wed, 04 Jan 2012 14:27:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8220761</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=8220761</wfw:commentRss><comments>http://blogs.iis.net/owscott/archive/2012/01/04/iis-ftp-and-iis-manager-users-week-45.aspx#comments</comments><description>You can find this week’s video here . IIS FTP supports a new type of user called IIS Manager Users. This type of user can be used instead of Windows Local or Active Directory Users. They are useful if you want to manage a number of FTP users but don’t Read More......( read more ) Read More......(&lt;a href="http://blogs.iis.net/owscott/archive/2012/01/04/iis-ftp-and-iis-manager-users-week-45.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8220761" 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/default.aspx">IIS</category><category domain="http://weblogs.asp.net/iis/archive/tags/FTP/default.aspx">FTP</category><category domain="http://weblogs.asp.net/iis/archive/tags/Web+Pro+Series/default.aspx">Web Pro Series</category></item></channel></rss>
