<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">iis</title><subtitle type="html" /><id>http://weblogs.asp.net/iis/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/iis/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/iis/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2011-12-31T02:39:26Z</updated><entry><title>Flush IIS HTTP and FTP Logs to Disk</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/owscott/archive/2012/02/03/flush-iis-http-and-ftp-logs-to-disk.aspx" /><id>http://blogs.iis.net/owscott/archive/2012/02/03/flush-iis-http-and-ftp-logs-to-disk.aspx</id><published>2012-02-04T04:11:13Z</published><updated>2012-02-04T04:11:13Z</updated><content type="html">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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="FTP" scheme="http://weblogs.asp.net/iis/archive/tags/FTP/default.aspx" /><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="IIS7" scheme="http://weblogs.asp.net/iis/archive/tags/IIS7/default.aspx" /></entry><entry><title>Using URL Rewrite to Insert Different Scripts Based on Browser Type</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/robert_mcmurray/archive/2012/02/03/using-url-rewrite-to-insert-different-scripts-based-on-browser-type.aspx" /><id>http://blogs.iis.net/robert_mcmurray/archive/2012/02/03/using-url-rewrite-to-insert-different-scripts-based-on-browser-type.aspx</id><published>2012-02-03T13:14:11Z</published><updated>2012-02-03T13:14:11Z</updated><content type="html">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;...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="Scripting" scheme="http://weblogs.asp.net/iis/archive/tags/Scripting/default.aspx" /></entry><entry><title>Advanced Log Parser Charts Part 2 - Using Gradient Colors for Area Charts</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/robert_mcmurray/archive/2012/01/30/advanced-log-parser-charts-part-2-using-gradient-colors-for-area-charts.aspx" /><id>http://blogs.iis.net/robert_mcmurray/archive/2012/01/30/advanced-log-parser-charts-part-2-using-gradient-colors-for-area-charts.aspx</id><published>2012-01-30T08:30:46Z</published><updated>2012-01-30T08:30:46Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="LogParser" scheme="http://weblogs.asp.net/iis/archive/tags/LogParser/default.aspx" /><category term="Scripting" scheme="http://weblogs.asp.net/iis/archive/tags/Scripting/default.aspx" /></entry><entry><title>Advanced Log Parser Charts Part 1 - Working With Configuration Scripts</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/robert_mcmurray/archive/2012/01/29/advanced-log-parser-charts-part-1-working-with-configuration-scripts.aspx" /><id>http://blogs.iis.net/robert_mcmurray/archive/2012/01/29/advanced-log-parser-charts-part-1-working-with-configuration-scripts.aspx</id><published>2012-01-29T06:13:52Z</published><updated>2012-01-29T06:13:52Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="LogParser" scheme="http://weblogs.asp.net/iis/archive/tags/LogParser/default.aspx" /><category term="Scripting" scheme="http://weblogs.asp.net/iis/archive/tags/Scripting/default.aspx" /></entry><entry><title>Joomla! 2.5 Adds SQL Server Support!</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/bswan/archive/2012/01/26/joomla-2-5-adds-sql-server-support.aspx" /><id>http://blogs.iis.net/bswan/archive/2012/01/26/joomla-2-5-adds-sql-server-support.aspx</id><published>2012-01-27T00:12:00Z</published><updated>2012-01-27T00:12:00Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Joomla!" scheme="http://weblogs.asp.net/iis/archive/tags/Joomla_2100_/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/iis/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Recommended Listening–Clint Huffman on RunAs Radio</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hawaythelads/archive/2012/01/26/recommended-listening-clint-huffman-on-runas-radio.aspx" /><id>http://blogs.iis.net/hawaythelads/archive/2012/01/26/recommended-listening-clint-huffman-on-runas-radio.aspx</id><published>2012-01-26T09:34:19Z</published><updated>2012-01-26T09:34:19Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="IIS7" scheme="http://weblogs.asp.net/iis/archive/tags/IIS7/default.aspx" /><category term="Podcasts" scheme="http://weblogs.asp.net/iis/archive/tags/Podcasts/default.aspx" /></entry><entry><title>Microsoft at Node Summit</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/port25-php/archive/2012/01/24/microsoft-at-node-summit.aspx" /><id>http://blogs.iis.net/port25-php/archive/2012/01/24/microsoft-at-node-summit.aspx</id><published>2012-01-24T14:45:00Z</published><updated>2012-01-24T14:45:00Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Azure" scheme="http://weblogs.asp.net/iis/archive/tags/Azure/default.aspx" /><category term="cloud" scheme="http://weblogs.asp.net/iis/archive/tags/cloud/default.aspx" /><category term="Open Source" scheme="http://weblogs.asp.net/iis/archive/tags/Open+Source/default.aspx" /><category term="Web Services" scheme="http://weblogs.asp.net/iis/archive/tags/Web+Services/default.aspx" /><category term="Windows" scheme="http://weblogs.asp.net/iis/archive/tags/Windows/default.aspx" /><category term="Interop" scheme="http://weblogs.asp.net/iis/archive/tags/Interop/default.aspx" /></entry><entry><title>IIS FTP User Isolation-Week 46</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/owscott/archive/2012/01/23/iis-ftp-user-isolation-week-46.aspx" /><id>http://blogs.iis.net/owscott/archive/2012/01/23/iis-ftp-user-isolation-week-46.aspx</id><published>2012-01-23T16:34:37Z</published><updated>2012-01-23T16:34:37Z</updated><content type="html">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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="FTP" scheme="http://weblogs.asp.net/iis/archive/tags/FTP/default.aspx" /><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="IIS7" scheme="http://weblogs.asp.net/iis/archive/tags/IIS7/default.aspx" /><category term="Web Pro Series" scheme="http://weblogs.asp.net/iis/archive/tags/Web+Pro+Series/default.aspx" /></entry><entry><title>Smooth Streaming to XBox and Beyond</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/samzhang/archive/2012/01/13/smooth-streaming-to-xbox-and-beyond.aspx" /><id>http://blogs.iis.net/samzhang/archive/2012/01/13/smooth-streaming-to-xbox-and-beyond.aspx</id><published>2012-01-14T02:17:54Z</published><updated>2012-01-14T02:17:54Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author></entry><entry><title>Tips &amp; Tricks: DebugDiag 1.2</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/deanc/archive/2012/01/11/tips-amp-tricks-debugdiag-1-2.aspx" /><id>http://blogs.iis.net/deanc/archive/2012/01/11/tips-amp-tricks-debugdiag-1-2.aspx</id><published>2012-01-11T16:32:37Z</published><updated>2012-01-11T16:32:37Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author></entry><entry><title>Getting AWStats installed and configured on IIS 7.5</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/steveschofield/archive/2012/01/09/getting-awstats-installed-and-configured-on-iis-7-5.aspx" /><id>http://blogs.iis.net/steveschofield/archive/2012/01/09/getting-awstats-installed-and-configured-on-iis-7-5.aspx</id><published>2012-01-10T04:31:24Z</published><updated>2012-01-10T04:31:24Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author></entry><entry><title>Windows Azure Libraries for Java Available, including support for Service Bus</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/port25-php/archive/2012/01/09/windows-azure-libraries-for-java-available-including-support-for-service-bus.aspx" /><id>http://blogs.iis.net/port25-php/archive/2012/01/09/windows-azure-libraries-for-java-available-including-support-for-service-bus.aspx</id><published>2012-01-09T17:35:00Z</published><updated>2012-01-09T17:35:00Z</updated><content type="html">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...(&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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Azure" scheme="http://weblogs.asp.net/iis/archive/tags/Azure/default.aspx" /><category term="cloud" scheme="http://weblogs.asp.net/iis/archive/tags/cloud/default.aspx" /><category term="Java" scheme="http://weblogs.asp.net/iis/archive/tags/Java/default.aspx" /><category term="Web Services" scheme="http://weblogs.asp.net/iis/archive/tags/Web+Services/default.aspx" /><category term="REST" scheme="http://weblogs.asp.net/iis/archive/tags/REST/default.aspx" /><category term="interoperability" scheme="http://weblogs.asp.net/iis/archive/tags/interoperability/default.aspx" /></entry><entry><title>Redirecting Non-www to Domain Equivalent</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/owscott/archive/2012/01/05/redirecting-non-www-to-domain-equivalent.aspx" /><id>http://blogs.iis.net/owscott/archive/2012/01/05/redirecting-non-www-to-domain-equivalent.aspx</id><published>2012-01-05T15:00:19Z</published><updated>2012-01-05T15:00:19Z</updated><content type="html">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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="IIS7" scheme="http://weblogs.asp.net/iis/archive/tags/IIS7/default.aspx" /><category term="URL Rewrite" scheme="http://weblogs.asp.net/iis/archive/tags/URL+Rewrite/default.aspx" /></entry><entry><title>IIS FTP and IIS Manager Users-Week 45</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/owscott/archive/2012/01/04/iis-ftp-and-iis-manager-users-week-45.aspx" /><id>http://blogs.iis.net/owscott/archive/2012/01/04/iis-ftp-and-iis-manager-users-week-45.aspx</id><published>2012-01-04T14:27:49Z</published><updated>2012-01-04T14:27:49Z</updated><content type="html">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;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="FTP" scheme="http://weblogs.asp.net/iis/archive/tags/FTP/default.aspx" /><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="IIS7" scheme="http://weblogs.asp.net/iis/archive/tags/IIS7/default.aspx" /><category term="Web Pro Series" scheme="http://weblogs.asp.net/iis/archive/tags/Web+Pro+Series/default.aspx" /></entry><entry><title>Storing IIS 7.5 WebDAV Properties in NTFS Alternate Data Streams</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/robert_mcmurray/archive/2011/12/31/storing-iis-7-5-webdav-properties-in-ntfs-alternate-data-streams.aspx" /><id>http://blogs.iis.net/robert_mcmurray/archive/2011/12/31/storing-iis-7-5-webdav-properties-in-ntfs-alternate-data-streams.aspx</id><published>2011-12-31T07:39:26Z</published><updated>2011-12-31T07:39:26Z</updated><content type="html">Two months ago Microsoft published an update for the WebDAV module that shipped with IIS 7.5 in Windows 7 and Windows Server 2008 R2, and this update is documented in the Microsoft Knowledge Base article ID 2593591: FIX: A hotfix is available that enables WebDAV to store the properties of file resources by using NTFS alternate data streams in IIS 7.5 This update enables administrators to configure the IIS 7.5 WebDAV module to store WebDAV-based properties in NTFS alternate data streams instead of...(&lt;a href="http://blogs.iis.net/robert_mcmurray/archive/2011/12/31/storing-iis-7-5-webdav-properties-in-ntfs-alternate-data-streams.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8199907" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://weblogs.asp.net/iis/archive/tags/IIS/default.aspx" /><category term="Scripting" scheme="http://weblogs.asp.net/iis/archive/tags/Scripting/default.aspx" /><category term="WebDAV" scheme="http://weblogs.asp.net/iis/archive/tags/WebDAV/default.aspx" /></entry></feed>
