<?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>Search results matching tags 'IIS News Item' and 'AppCmd'</title><link>http://blogs.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=IIS+News+Item,AppCmd&amp;orTags=0</link><description>Search results matching tags 'IIS News Item' and 'AppCmd'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Anatomy of an IIS7 configuration path</title><link>http://blogs.iis.net/mvolo/archive/2007/07/22/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><cs:applicationKey>mvolo</cs:applicationKey><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;</description></item><item><title>Creating IIS7 sites, applications, and virtual directories</title><link>http://blogs.iis.net/mvolo/archive/2007/07/12/creating-iis7-sites-applications-and-virtual-directories.aspx</link><pubDate>Thu, 12 Jul 2007 16:40:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1801082</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>&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" mce_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;</description></item><item><title>Most Important AppCmd Commands: Backing up and restoring IIS7 configuration</title><link>http://blogs.iis.net/mvolo/archive/2007/03/19/most-important-appcmd-commands-backing-up-and-restoring-iis7-configuration.aspx</link><pubDate>Mon, 19 Mar 2007 04:08:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1625944</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>&lt;P&gt;Welcome to the first post of the &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/03/18/Most-Important-AppCmd-Commands.aspx"&gt;"Most Important AppCmd Commands" series&lt;/A&gt;.&amp;nbsp; Have you ever made some changes to a system's state, and then after everything suddenly stopped working, wondered how the hell you are going to get back to a working state?&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Well, this post is all about doing just that when you are working with IIS7's configuration.&lt;/P&gt;
&lt;P&gt;Read more at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/03/18/Most-Important-AppCmd-Commands_3A00_-Backing-up-and-restoring-IIS7-configuration.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/03/18/Most-Important-AppCmd-Commands_3A00_-Backing-up-and-restoring-IIS7-configuration.aspx&lt;/A&gt;.&lt;/P&gt;</description></item></channel></rss>