<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.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/" xmlns:cs="http://blogs.iis.net/"><channel><title>MVolo&amp;#39;s Blog : Configuration</title><link>http://blogs.iis.net/mvolo/archive/tags/Configuration/default.aspx</link><description>Tags: Configuration</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Connecting to IIS 7.0 configuration remotely with Microsoft.Web.Administration</title><link>http://blogs.iis.net/mvolo/archive/2008/05/26/connecting-to-iis-7-0-configuration-remotely-with-microsoft-web-administration.aspx</link><pubDate>Tue, 27 May 2008 03:20:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2386168</guid><dc:creator>IIS 7.0 Server-Side : IIS</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=2386168</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/05/26/connecting-to-iis-7-0-configuration-remotely-with-microsoft-web-administration.aspx#comments</comments><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....( read more ) Read...(&lt;a href="http://blogs.iis.net/mvolo/archive/2008/05/26/connecting-to-iis-7-0-configuration-remotely-with-microsoft-web-administration.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2386168" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/mvolo/archive/tags/development/default.aspx">development</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>Backing up and restoring IIS 7.0 shared configuration </title><link>http://blogs.iis.net/mvolo/archive/2008/04/01/backing-up-and-restoring-iis-7-0-shared-configuration.aspx</link><pubDate>Tue, 01 Apr 2008 17:52:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2269564</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=2269564</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/04/01/backing-up-and-restoring-iis-7-0-shared-configuration.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Bill's recent post reminded me of a question I often get about backing up and restoring configuration when IIS 7.0 is being used in the Shared Configuration mode. In this mode, the applicationHost.config file is stored on a UNC share to allow multiple IIS 7.0 servers to share a single configuration file.&lt;/P&gt;
&lt;P mce_keep="true"&gt;When shared configuration is used, the backup behavior may not be what you are expecting, and places more responsibilities on you to maintain proper backups.&amp;nbsp; Read more at &lt;A href="http://mvolo.com/blogs/serverside/archive/2008/03/25/backing-up-and-restoring-IIS-7.0-shared-configuration.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2008/03/25/backing-up-and-restoring-IIS-7.0-shared-configuration.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.iis.net/aggbug.aspx?PostID=2269564" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/Configuration/default.aspx">Configuration</category><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS+7.0/default.aspx">IIS 7.0</category></item><item><title>Finding your way around IIS 7 configuration sections with AppCmd</title><link>http://blogs.iis.net/mvolo/archive/2007/10/31/finding-your-way-around-iis-7-configuration-sections-with-appcmd.aspx</link><pubDate>Thu, 01 Nov 2007 05:33:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1984413</guid><dc:creator>mvolo</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1984413</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/10/31/finding-your-way-around-iis-7-configuration-sections-with-appcmd.aspx#comments</comments><description>&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;img src="http://blogs.iis.net/aggbug.aspx?PostID=1984413" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>Fastest way to create IIS7 websites, applications, and application pools</title><link>http://blogs.iis.net/mvolo/archive/2007/10/05/fastest-way-to-create-iis7-websites-applications-and-application-pools.aspx</link><pubDate>Sat, 06 Oct 2007 06:10:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1943931</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1943931</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/10/05/fastest-way-to-create-iis7-websites-applications-and-application-pools.aspx#comments</comments><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, &lt;/FONT&gt;&lt;FONT face=Calibri&gt;but what if you need to create 10, 100, or even 10,000 websites?&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Calibri&gt;Read about the fastest way to create IIS7 websites in bulk at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/10/06/Create-IIS7-websites-and-application-pools-fast-with-AppCmd.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/10/06/Create-IIS7-websites-and-application-pools-fast-with-AppCmd.aspx&lt;/A&gt;.&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Calibri&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1943931" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>IISSCHEMA.EXE - A tool to register IIS7 configuration sections</title><link>http://blogs.iis.net/mvolo/archive/2007/08/04/iisschema-exe-a-tool-to-register-iis7-configuration-sections.aspx</link><pubDate>Sun, 05 Aug 2007 03:53:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1841643</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1841643</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/08/04/iisschema-exe-a-tool-to-register-iis7-configuration-sections.aspx#comments</comments><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.iis.net/aggbug.aspx?PostID=1841643" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Goodies/default.aspx">Goodies</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item><item><title>Anatomy of an IIS7 configuration path</title><link>http://blogs.iis.net/mvolo/archive/2007/07/21/anatomy-of-an-iis7-configuration-path.aspx</link><pubDate>Sun, 22 Jul 2007 04:53:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1816506</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1816506</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/07/21/anatomy-of-an-iis7-configuration-path.aspx#comments</comments><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; These metabase paths serve as a mechanism to identify a part of the IIS website hierarchy, or a url therein, for the purposes of read/writing their configuration settings.&amp;nbsp;&lt;/SPAN&gt; 
&lt;P mce_keep="true"&gt;As you know, IIS7 repaces the metabase with a whole new configuration system, based on a distributed hierarchy of XML configuration files also used by the .NET Framework/ASP.NET.&amp;nbsp; This confguration system is fundamentally different from the metabase, and so it should come as no suprise that the way configuration paths work is also different.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;The concept of configuration paths is fundamental to managing and operating an IIS server, so I wanted to spend some time explaining it in hope that this can help everyone enjoy their IIS7 server just a little bit more :)&amp;nbsp; If you have come here wondering exactly what the hell is MACHINE/WEBROOT/APPHOST, you have come to the right place.&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;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1816506" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Configuration/default.aspx">Configuration</category></item></channel></rss>