<?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 : AppCmd</title><link>http://blogs.iis.net/mvolo/archive/tags/AppCmd/default.aspx</link><description>Tags: AppCmd</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>When to restart IIS when making changes to your application</title><link>http://blogs.iis.net/mvolo/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">50bcf3b4-f6fe-4638-adff-0c150e922e99:2617230</guid><dc:creator>IIS 7.0 Server-Side : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=2617230</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/09/12/when-to-restart-iis-when-making-changes-to-your-application.aspx#comments</comments><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://blogs.iis.net/mvolo/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://blogs.iis.net/aggbug.aspx?PostID=2617230" 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/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/mvolo/archive/tags/troubleshooting/default.aspx">troubleshooting</category><category domain="http://blogs.iis.net/mvolo/archive/tags/development/default.aspx">development</category><category domain="http://blogs.iis.net/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category></item><item><title>Trace IIS 7.0 Errors Like a Pro with Failed Request Tracing</title><link>http://blogs.iis.net/mvolo/archive/2008/08/01/trace-iis-7-0-errors-like-a-pro-with-failed-request-tracing.aspx</link><pubDate>Fri, 01 Aug 2008 04:25:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2529692</guid><dc:creator>IIS 7.0 Server-Side : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=2529692</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/08/01/trace-iis-7-0-errors-like-a-pro-with-failed-request-tracing.aspx#comments</comments><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...( read more ) Read More......(&lt;a href="http://blogs.iis.net/mvolo/archive/2008/08/01/trace-iis-7-0-errors-like-a-pro-with-failed-request-tracing.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2529692" 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/troubleshooting/default.aspx">troubleshooting</category><category domain="http://blogs.iis.net/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Tools/default.aspx">Tools</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>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><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><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1801082</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/07/12/creating-iis7-sites-applications-and-virtual-directories.aspx#comments</comments><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;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1801082" 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></item><item><title>Most Important AppCmd Commands: Backing up and restoring IIS7 configuration</title><link>http://blogs.iis.net/mvolo/archive/2007/03/18/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><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1625944</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/03/18/most-important-appcmd-commands-backing-up-and-restoring-iis7-configuration.aspx#comments</comments><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;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1625944" 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></item><item><title>Most Important AppCmd Commands</title><link>http://blogs.iis.net/mvolo/archive/2007/03/18/most-important-appcmd-commands.aspx</link><pubDate>Mon, 19 Mar 2007 04:06:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1625942</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=1625942</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/03/18/most-important-appcmd-commands.aspx#comments</comments><description>&lt;P&gt;Usually, a day doesnt go by that I dont get a collegue or a partner team in Microsoft asking how to do something or other about AppCmd.exe, the unified command line management tool for the IIS7 server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a while, I've been thinking about blogging about the most commonly used commands to assist people get going with managing IIS7 from the command line - and so the "Most Important AppCmd Commands" post series was born.&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.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/03/18/Most-Important-AppCmd-Commands.aspx&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1625942" 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></item></channel></rss>