<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mvolo.com/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 7.0 Server-Side</title><link>http://mvolo.com/blogs/serverside/default.aspx</link><description>Mike Volodarsky on advanced Web server deployment and development with IIS 7.0 and ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Troubleshooting performance counter problems with PerfMon and a debugger</title><link>http://mvolo.com/blogs/serverside/archive/2009/05/24/Troubleshooting-performance-counter-problems-with-perfmon-and-a-debugger.aspx</link><pubDate>Sun, 24 May 2009 04:17:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13819</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>7</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13819.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13819</wfw:commentRss><description>Performance counters are a wonderful tool when it comes to quickly assessing system health and performance of Windows subsystems. In addition to learning much about the operation of Microsoft products, exposing performance counters from your own code...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/05/24/Troubleshooting-performance-counter-problems-with-perfmon-and-a-debugger.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13819" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Be a part of the energy revolution / Help Save Kilowatt Ours</title><link>http://mvolo.com/blogs/serverside/archive/2009/05/21/Be-a-part-of-the-energy-revolution-_2F00_-Help-Save-Kilowatt-Ours.aspx</link><pubDate>Thu, 21 May 2009 17:44:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13814</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>0</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13814.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13814</wfw:commentRss><description>I dont usually post activist stuff on the blog, but I have to make an exception in this case. A year ago, I caught a late night showing of Jeff Barrie&amp;#39;s Killowatt Ours, a 1 hour long film about the true impact of energy production on our environment,...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/05/21/Be-a-part-of-the-energy-revolution-_2F00_-Help-Save-Kilowatt-Ours.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13814" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/Power/default.aspx">Power</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Random/default.aspx">Random</category></item><item><title>Workaround for using IIS 7 url authorization with ASP.NET roles</title><link>http://mvolo.com/blogs/serverside/archive/2009/05/11/Workaround-for-using-IIS-7-url-authorization-with-ASP.NET-roles.aspx</link><pubDate>Tue, 12 May 2009 03:33:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13804</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>1</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13804.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13804</wfw:commentRss><description>When using the IIS 7.0 Integrated pipeline, you gain access to a ton of cool scenarios where IIS and ASP.NET features work together to provide value for your application &amp;ndash; regardless of the application content. Most of these features involve using...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/05/11/Workaround-for-using-IIS-7-url-authorization-with-ASP.NET-roles.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13804" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Fun with file locking</title><link>http://mvolo.com/blogs/serverside/archive/2009/03/01/File-Locking-and-Conditional-Delete.aspx</link><pubDate>Sun, 01 Mar 2009 06:33:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13719</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>8</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13719.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13719</wfw:commentRss><description>If you are developing code that uses distributed synchronization or messaging, you sometimes might need to use files as a locking mechanism. This can be useful because files are persistent (beyond thread, process, or even power session lifetime), and...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/03/01/File-Locking-and-Conditional-Delete.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13719" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Random/default.aspx">Random</category></item><item><title>Analyzing server power consumption and costs</title><link>http://mvolo.com/blogs/serverside/archive/2009/02/01/Analyzing-server-power-consumption-and-costs.aspx</link><pubDate>Sun, 01 Feb 2009 20:05:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13679</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>6</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13679.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13679</wfw:commentRss><description>For many data centers, the cost of powering servers has become a top budget item.  The first step to reducing power costs lies in understanding the power characteristics of your server equipment and workloads.  We started with a simple power meter and a tool to monitor and correlate power data ......(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/02/01/Analyzing-server-power-consumption-and-costs.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13679" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Performance/default.aspx">Performance</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Power/default.aspx">Power</category></item><item><title>IIS 7.0 Url Rewriter gotchas when importing mod_rewrite rules</title><link>http://mvolo.com/blogs/serverside/archive/2008/12/07/IIS-7.0-Url-Rewriter-gotchas-when-importing-mod_5F00_rewrite-rules.aspx</link><pubDate>Mon, 08 Dec 2008 02:16:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13599</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>11</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13599.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13599</wfw:commentRss><description>One of the best things to happen to IIS 7.0 recently is the release of Url Rewriter , the IIS 7.0 url rewriting equivalent to Apache&amp;#39;s mod_rewrite. To ease the process of migrating Apache apps (notably PHP applications that rely on mod_rewrite rules...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/12/07/IIS-7.0-Url-Rewriter-gotchas-when-importing-mod_5F00_rewrite-rules.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13599" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/url+rewriter/default.aspx">url rewriter</category></item><item><title>IIS 7.0 Forms Authentication and Embedded Media Players</title><link>http://mvolo.com/blogs/serverside/archive/2008/11/16/IIS-7.0-Forms-Authentication-and-Embedded-Media-Players.aspx</link><pubDate>Sun, 16 Nov 2008 22:04:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13548</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>8</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13548.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13548</wfw:commentRss><description>One of the useful benefits of IIS 7.0 and the ASP.NET Integrated mode is the ability to protect all content using ASP.NET Forms Authentication. In the past, people would often protect the application pages themselves, and leave images and media content...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/11/16/IIS-7.0-Forms-Authentication-and-Embedded-Media-Players.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13548" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Media/default.aspx">Media</category></item><item><title>When to restart IIS when making changes to your application</title><link>http://mvolo.com/blogs/serverside/archive/2008/09/12/When-to-restart-IIS-when-making-changes-to-your-application.aspx</link><pubDate>Fri, 12 Sep 2008 06:02:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13472</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>5</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13472.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13472</wfw:commentRss><description>Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge. IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/09/12/When-to-restart-IIS-when-making-changes-to-your-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13472" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Leverage the Top 10 Performance Improvements in IIS 7.0 </title><link>http://mvolo.com/blogs/serverside/archive/2008/08/02/Leverage-the-Top-10-Performance-Improvements-in-IIS-7.0-.aspx</link><pubDate>Sun, 03 Aug 2008 00:40:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13417</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>8</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13417.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13417</wfw:commentRss><description>IIS 7.0 improves on the already solid performance of its predecessor in quite a few places. But the real power lies in the new capabilities IIS 7.0 provides that can significantly improve performance, scalability, and reduce operational costs of running web applications...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/08/02/Leverage-the-Top-10-Performance-Improvements-in-IIS-7.0-.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13417" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Performance/default.aspx">Performance</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Trace IIS 7.0 Errors Like a Pro with Failed Request Tracing</title><link>http://mvolo.com/blogs/serverside/archive/2008/08/01/Diagnose-IIS-7.0-Errors-with-Failed-Request-Tracing.aspx</link><pubDate>Fri, 01 Aug 2008 04:25:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13412</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>5</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13412.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13412</wfw:commentRss><description>When dealing with hard to find IIS 7.0 errors, I break out the trusty Failed Request Tracing. My favorite way of doing this is through the command line...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/08/01/Diagnose-IIS-7.0-Errors-with-Failed-Request-Tracing.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13412" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Tools/default.aspx">Tools</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Make your next IIS 7.0 web server a lean one</title><link>http://mvolo.com/blogs/serverside/archive/2008/06/17/Make-your-next-IIS-7.0-web-server-a-lean-one.aspx</link><pubDate>Tue, 17 Jun 2008 04:04:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13339</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>6</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13339.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13339</wfw:commentRss><description>Among IT circles, IIS 7.0’s modularity is definitely one of its most welcomed traits.  It promises a significantly reduced surface area, lightweight management overhead, and better performance. Ever wonder how far you can go with modularizing IIS 7.0?
...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/06/17/Make-your-next-IIS-7.0-web-server-a-lean-one.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13339" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Performance/default.aspx">Performance</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>The next step</title><link>http://mvolo.com/blogs/serverside/archive/2008/05/27/the-next-step.aspx</link><pubDate>Tue, 27 May 2008 05:46:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13296</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>1</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13296.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13296</wfw:commentRss><description>It&amp;#39;s been one week since I left Microsoft, and what a week its been! I dont remember the last time I was on so little sleep :) I&amp;#39;ll be making some changes to www.mvolo.com and posting more info about the new stuff shortly. I have to say though...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/05/27/the-next-step.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13296" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/Other/default.aspx">Other</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category></item><item><title>Connecting to IIS 7.0 configuration remotely with Microsoft.Web.Administration</title><link>http://mvolo.com/blogs/serverside/archive/2008/05/26/Accessing-IIS-7.0-configuration-remotely-and-on-server-core.aspx</link><pubDate>Tue, 27 May 2008 03:20:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13295</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>11</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13295.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13295</wfw:commentRss><description>IIS 7.0 provides a number of APIs that you can use to manage configuration remotely. This post provides the info and tools you need to configure remote access to IIS 7.0 configuration, including for use on Server Core installations....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/05/26/Accessing-IIS-7.0-configuration-remotely-and-on-server-core.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13295" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Tools/default.aspx">Tools</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Configuration/default.aspx">Configuration</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Leaving Microsoft ...</title><link>http://mvolo.com/blogs/serverside/archive/2008/05/14/Leaving-Microsoft.aspx</link><pubDate>Wed, 14 May 2008 21:54:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13256</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>11</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13256.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13256</wfw:commentRss><description>After almost 5 years at the company, I am both sad and excited to say that I&amp;rsquo;ll be leaving the IIS team and Microsoft at the end of this week. Looking back , I can say that my experience at Microsoft has been truly amazing. I got to ship two amazing...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/05/14/Leaving-Microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13256" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/Other/default.aspx">Other</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category></item><item><title>The IIS 7.0 Resource Kit Book</title><link>http://mvolo.com/blogs/serverside/archive/2008/05/01/The-IIS-7.0-Resource-Kit-Book.aspx</link><pubDate>Thu, 01 May 2008 05:59:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13219</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>8</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13219.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13219</wfw:commentRss><description>The IIS 7.0 Resource Kit Book is out! Coming straight from the IIS 7.0 team and some of our best MVPs, this should be the best IIS 7.0 book out there today ... ...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/05/01/The-IIS-7.0-Resource-Kit-Book.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13219" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category></item></channel></rss>