<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Mike Volodarsky's WebLog</title><link>http://blogs.msdn.com/mvolo/default.aspx</link><description>Mike Volodarsky on web server infrastructure, IIS, ASP.NET, and other such animals</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Creating portable ASP.NET applications that work on IIS 6.0, IIS 7.0 Classic, and IIS 7.0 Integrated modes </title><link>http://blogs.msdn.com/mvolo/archive/2008/04/15/creating-portable-asp-net-applications-that-work-on-iis-6-0-iis-7-0-classic-and-iis-7-0-integrated-modes.aspx</link><pubDate>Tue, 15 Apr 2008 18:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8397771</guid><dc:creator>mvolo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/8397771.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=8397771</wfw:commentRss><description>&lt;P mce_keep="true"&gt;ASP.NET applications in IIS 7.0 Integrated mode requires configuration changes if they define custom modules or handlers. However, it is still possible to create portable ASP.NET applications that can function in all three environments without configuration changes.&lt;/P&gt;
&lt;P mce_keep="true"&gt;See how at &lt;A href="http://mvolo.com/blogs/serverside/archive/2008/04/15/Creating-portable-ASP.NET-applications-that-work-on-IIS-6.0_2C00_-IIS-7.0-Classic_2C00_-and-IIS-7.0-Integrated-modes.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2008/04/15/Creating-portable-ASP.NET-applications-that-work-on-IIS-6.0_2C00_-IIS-7.0-Classic_2C00_-and-IIS-7.0-Integrated-modes.aspx&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks,&lt;/P&gt;
&lt;P mce_keep="true"&gt;Mike&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8397771" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Integrated+pipeline/default.aspx">Integrated pipeline</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>FastCGI RTM for IIS 6.0 is released on Download Center</title><link>http://blogs.msdn.com/mvolo/archive/2007/11/12/fastcgi-rtm-for-iis-6-0-is-released-on-download-center.aspx</link><pubDate>Mon, 12 Nov 2007 20:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6144912</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/6144912.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=6144912</wfw:commentRss><description>&lt;P&gt;Just over a year after the we first announced the FastCGI, the final RTM version is here!&lt;/P&gt;
&lt;P&gt;Read more about it and the history of the FastCGI project at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/11/12/FastCGI-for-IIS-6.0-is-released-on-Download-Center.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/11/12/FastCGI-for-IIS-6.0-is-released-on-Download-Center.aspx&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6144912" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/PHP/default.aspx">PHP</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/FastCGI/default.aspx">FastCGI</category></item><item><title>Request is not available in this context exception in Application_Start</title><link>http://blogs.msdn.com/mvolo/archive/2007/11/10/request-is-not-available-in-this-context-exception-in-application-start.aspx</link><pubDate>Sun, 11 Nov 2007 06:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6082891</guid><dc:creator>mvolo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/6082891.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=6082891</wfw:commentRss><description>&lt;P mce_keep="true"&gt;The “Request is not available in this context” exception is one of the more common errors you may receive on when moving ASP.NET applications to Integrated mode on IIS 7.0.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This exception happens in your implementation of the Application_Start method in the global.asax file if you attempt to access the HttpContext of the request that started the application.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Learn more about why this happens and how to work around it to start enjoying the benefits of ASP.NET Integrated mode for your application: &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/11/10/Integrated-mode-Request-is-not-available-in-this-context-in-Application_5F00_Start.aspx" mce_href="http://mvolo.com/blogs/serverside/archive/2007/11/10/Integrated-mode-Request-is-not-available-in-this-context-in-Application_5F00_Start.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/11/10/Integrated-mode-Request-is-not-available-in-this-context-in-Application_5F00_Start.aspx&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6082891" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Integrated+pipeline/default.aspx">Integrated pipeline</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Find your way around IIS 7 configuration sections with AppCmd </title><link>http://blogs.msdn.com/mvolo/archive/2007/10/31/find-your-way-around-iis-7-configuration-sections-with-appcmd.aspx</link><pubDate>Thu, 01 Nov 2007 08:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5809484</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/5809484.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=5809484</wfw:commentRss><description>&lt;DIV class=BlogPostContent&gt;
&lt;P&gt;The IIS 7 configuration system&amp;nbsp;contains 50+ configuration sections (100+ if you count .NET Framework configuration), 477 attributes, and 57 collections.&amp;nbsp; This can make it pretty challenging to figure out exactly what IIS 7 configuration section needs to be used to turn on some particular behavior, and then exactly syntax the configuration in that section should follow.&lt;/P&gt;
&lt;P&gt;This is not typically an issue for me, because I can write most IIS configuration from memory.&amp;nbsp; But, what if you didn't spend the past 4 years developing IIS7? &lt;/P&gt;
&lt;P&gt;Learn some tricks for demystifying the IIS7 config at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/11/01/IIS7-configuration-sections-exposed.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/11/01/IIS7-configuration-sections-exposed.aspx&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5809484" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>Mike's IIS7 modules - what's coming next</title><link>http://blogs.msdn.com/mvolo/archive/2007/10/28/mike-s-iis7-modules-what-s-coming-next.aspx</link><pubDate>Sun, 28 Oct 2007 10:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5731780</guid><dc:creator>mvolo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/5731780.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=5731780</wfw:commentRss><description>&lt;P mce_keep="true"&gt;During IIS7 development, I've written quite a few modules for IIS7 / ASP.NET.&amp;nbsp; Some of these were for various demos, others were to help out various internal and external customers, and others just because they were fun to write.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Now, I am thinking about upgrading some of these with the feature requests and bugfixes you have been asking for, and getting some new ones up as well.&amp;nbsp; Come check out what you can get right now, and weigh in on what I should next at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/10/28/Mike_2700_s-IIS7-modules-_2D00_-what_2700_s-coming-next.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/10/28/Mike_2700_s-IIS7-modules-_2D00_-what_2700_s-coming-next.aspx&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5731780" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/development/default.aspx">development</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Goodies/default.aspx">Goodies</category></item><item><title>Fastest way to create IIS7 websites, applications, and application pools </title><link>http://blogs.msdn.com/mvolo/archive/2007/10/05/fastest-way-to-create-iis7-websites-applications-and-application-pools.aspx</link><pubDate>Sat, 06 Oct 2007 09:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5307862</guid><dc:creator>mvolo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/5307862.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=5307862</wfw:commentRss><description>&lt;FONT face=Calibri&gt;IIS7 provides quite a few ways to create websites, applications, and application pools.&amp;nbsp; You can use the GUI, but what if you need to create 10, 100, or even 10,000 websites?&lt;BR&gt;&lt;BR&gt;Read about the fastest way to create IIS7 websites in bulk at &lt;/FONT&gt;&lt;A href="http://mvolo.com/blogs/serverside/archive/2007/10/06/Create-IIS7-websites-and-application-pools-fast-with-AppCmd.aspx"&gt;&lt;FONT face=Calibri&gt;http://mvolo.com/blogs/serverside/archive/2007/10/06/Create-IIS7-websites-and-application-pools-fast-with-AppCmd.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;.&lt;BR&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5307862" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>Temporary mvolo.com outages</title><link>http://blogs.msdn.com/mvolo/archive/2007/09/13/temporary-mvolo-com-outages.aspx</link><pubDate>Fri, 14 Sep 2007 04:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4903846</guid><dc:creator>mvolo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/4903846.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=4903846</wfw:commentRss><description>&lt;P&gt;You may have noticed mvolo.com being unavailable at certain points over the past two days.&amp;nbsp; I am in the process of moving the server across the country, and that combined with certain other toubles with the internet setup is contributing to spotty availability.&lt;/P&gt;
&lt;P&gt;Next week the server will find its new permanent home so it will start being available 24/7 once again.&lt;/P&gt;
&lt;P&gt;In&amp;nbsp;the meantime, sorry for the inconvinience.&amp;nbsp; Do check back soon as there are A LOT of exciting news and new stuff coming your way next week.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4903846" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/Other/default.aspx">Other</category></item><item><title>New IIS7 modules, Hosting roadshow, MSDN magazine, IIS7 Resource Kit, and more </title><link>http://blogs.msdn.com/mvolo/archive/2007/09/09/new-iis7-modules-hosting-roadshow-msdn-magazine-iis7-resource-kit-and-more.aspx</link><pubDate>Sun, 09 Sep 2007 20:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4845756</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/4845756.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=4845756</wfw:commentRss><description>&lt;P mce_keep="true"&gt;I've haven't had a chance to post much over the past few weeks - its pretty frustrating at times to look at the ever-increasing backlog of juicy IIS7 topics that I want to cover and no time to actually do them justice.&lt;BR&gt;&lt;BR&gt;I've been working on a few interesting things lately, that have been taking my extra time.&lt;BR&gt;&lt;BR&gt;Read more at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/09/09/End-of-summer-update_3A00_-New-IIS7-modules_2C00_-Hosting-roadshow_2C00_-MSDN-magazine_2C00_-IIS7-Resource-Kit_2C00_-and-more.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/09/09/End-of-summer-update_3A00_-New-IIS7-modules_2C00_-Hosting-roadshow_2C00_-MSDN-magazine_2C00_-IIS7-Resource-Kit_2C00_-and-more.aspx&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4845756" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category></item><item><title>Developing IIS7 web server features with the .NET framework</title><link>http://blogs.msdn.com/mvolo/archive/2007/08/16/developing-iis7-web-server-features-with-the-net-framework.aspx</link><pubDate>Thu, 16 Aug 2007 10:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4411759</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/4411759.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=4411759</wfw:commentRss><description>This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework.&amp;nbsp; Learn about the options you have for your development environment, how to set up your Visual Studio project, when to build a module vs. a handler, and more.&amp;nbsp; By the end of the article, you would have built and deployed a simple IIS7 managed handler and module.&lt;BR&gt;&lt;BR&gt;Read the entire article at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx&lt;/A&gt;.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4411759" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/development/default.aspx">development</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Integrated+pipeline/default.aspx">Integrated pipeline</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>IIS Authentication plugin for the Wordpress PHP blogging engine</title><link>http://blogs.msdn.com/mvolo/archive/2007/08/13/iis-authentication-plugin-for-the-wordpress-php-blogging-engine.aspx</link><pubDate>Mon, 13 Aug 2007 10:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4364466</guid><dc:creator>mvolo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/4364466.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=4364466</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Calibri size=3&gt;This weekend, I was working on an MSDN magazine article and happened to install PHP’s Wordpress blog app on IIS7.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Of course, I used the latest FastCGI bits available in the box in in Windows Server 2008 Beta 3, and the latest Windows-optimized PHP 5.2.3 build from &lt;A href="http://www.php.net/"&gt;&lt;FONT face=Calibri size=3&gt;www.php.net&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt;.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Long story short, I ended up writing a Wordpress plugin that allows Wordpress to use IIS authentication methods, including forms authentication.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Calibri size=3&gt;&lt;FONT face=Calibri size=3&gt;Read more about installing Wordpress on IIS7, the Wordpress extensibility model, and get the IIS Authentication plugin for Wordpress here: &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/08/12/IIS-Authentication-plugin-for-the-Wordpress-PHP-blogging-engine.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/08/12/IIS-Authentication-plugin-for-the-Wordpress-PHP-blogging-engine.aspx&lt;/A&gt;.&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4364466" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/PHP/default.aspx">PHP</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/FastCGI/default.aspx">FastCGI</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Goodies/default.aspx">Goodies</category></item><item><title>IISSCHEMA.EXE - A tool to register IIS7 configuration sections </title><link>http://blogs.msdn.com/mvolo/archive/2007/08/04/iisschema-exe-a-tool-to-register-iis7-configuration-sections.aspx</link><pubDate>Sun, 05 Aug 2007 06:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4235724</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/4235724.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=4235724</wfw:commentRss><description>&lt;P mce_keep="true"&gt;IIS7 configuration extensibility&amp;nbsp;allows you to create custom configuration sections that can be used side by side the IIS configuration sections.&amp;nbsp; However, setting this up requires a few steps that may be difficult to accomplish, especially in a automated way from a script or an installer.&lt;BR&gt;&lt;BR&gt;This post describes the IIS7 configuration extensibility, the steps to create and register your custom configuration sections, and provides a downloadable tool you can use to simplify and automate this process.&lt;BR&gt;&lt;BR&gt;Read all about it and download IISSCHEMA.EXE here: &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/08/04/IISSCHEMA.EXE-_2D00_-A-tool-to-register-IIS7-configuration-sections.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/08/04/IISSCHEMA.EXE-_2D00_-A-tool-to-register-IIS7-configuration-sections.aspx&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4235724" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Goodies/default.aspx">Goodies</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>Troubleshoot IIS7 errors like a pro </title><link>http://blogs.msdn.com/mvolo/archive/2007/07/26/troubleshoot-iis7-errors-like-a-pro.aspx</link><pubDate>Fri, 27 Jul 2007 07:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4074804</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/4074804.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=4074804</wfw:commentRss><description>&lt;P mce_keep="true"&gt;Dealing with server errors can be frustruating.&amp;nbsp; Thankfully, IIS7 comes with many improvements to help diagnose errors when they occur, and help resolve them - however, its important that you know how to property use these capabilities.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;This post gives you what you need to know to troubleshoot IIS7 errors like a pro.&lt;BR&gt;&lt;BR&gt;Read all about it at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx" mce_href="http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4074804" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/troubleshooting/default.aspx">troubleshooting</category></item><item><title>Anatomy of an IIS7 configuration path</title><link>http://blogs.msdn.com/mvolo/archive/2007/07/21/anatomy-of-an-iis7-configuration-path.aspx</link><pubDate>Sun, 22 Jul 2007 07:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3995090</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/3995090.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=3995090</wfw:commentRss><description>&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;If you have worked with IIS6 and previous versions of IIS, you are most likely familiar with the IIS metabase paths.&amp;nbsp; You know, the ones that look like &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt;LM/W3SVC/1/ROOT&lt;/SPAN&gt;&lt;/STRONG&gt;.&amp;nbsp; The concept of configuration paths changes significantly in IIS7 with the introduction of the new distributed configuration system, and I wanted to spend some time discussing the new configuration pathsto help you manage and operate your IIS7 server with ease.&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;Read all about IIS7 configuration paths at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/07/21/Anatomy-of-an-IIS7-configuration-path.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/07/21/Anatomy-of-an-IIS7-configuration-path.aspx&lt;/A&gt;.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3995090" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>OleView freezes / hangs forever on Windows Vista</title><link>http://blogs.msdn.com/mvolo/archive/2007/07/21/oleview-freezes-hangs-forever-on-windows-vista.aspx</link><pubDate>Sun, 22 Jul 2007 05:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3994749</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/3994749.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=3994749</wfw:commentRss><description>If you are working with COM and using OleView.exe on Windows Vista to view type libraries, you may notice that the tool hangs forever when trying to open a type library from a file or resource in a DLL.&amp;nbsp; I've encountered this problem myself on every Vista box I've tried it on, and have seen people complaining about it elsewhere.&lt;BR&gt;&lt;BR&gt;The solution is pretty simple - read &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/07/21/OleView-freezes-_2F00_-hangs-forever-on-Windows-Vista.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/07/21/OleView-freezes-_2F00_-hangs-forever-on-Windows-Vista.aspx&lt;/A&gt;&amp;nbsp;for more details.&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;&lt;BR&gt;Mike&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3994749" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/COM/default.aspx">COM</category></item><item><title>Creating IIS7 sites, applications, and virtual directories </title><link>http://blogs.msdn.com/mvolo/archive/2007/07/12/creating-iis7-sites-applications-and-virtual-directories.aspx</link><pubDate>Thu, 12 Jul 2007 22:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3835909</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mvolo/comments/3835909.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mvolo/commentrss.aspx?PostID=3835909</wfw:commentRss><description>&lt;DIV class=BlogPostContent&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT size=2&gt;&lt;FONT face=Verdana&gt;In the course of IIS7 development, the team and I have answered an infinity of questions about IIS7 on any possible topic imaginable.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Ironically, neither I nor anyone else I know on the team has ever answered the most basic question - what is the minimum set of steps necessary to get a website running with IIS7?&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Verdana size=2&gt;This post answers this exact question, and explains the key IIS7 concepts of sites, applications, and virtual directories (vdirs), which must be created before your IIS7 server can serve a single request.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;It also provides the steps necessary to create IIS7 sites, applications, and virtual directories, and options for configuring them.&lt;BR&gt;&lt;BR&gt;Read more at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/07/12/Creating-IIS7-sites_2C00_-applications_2C00_-and-virtual-directories.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/07/12/Creating-IIS7-sites_2C00_-applications_2C00_-and-virtual-directories.aspx&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3835909" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.msdn.com/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category></item></channel></rss>