Finding your way around IIS 7 configuration sections with AppCmd

Posted: Oct 31, 2007  3 comments  

Average Rating

Tags
AppCmd
Configuration
IIS7

The IIS 7 configuration system contains 50+ configuration sections (100+ if you count .NET Framework configuration), 477 attributes, and 57 collections.  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.

This is not typically an issue for me, because I can write most IIS configuration from memory.  But, what if you didn't spend the past 4 years developing IIS7?

Learn some tricks for demystifying the IIS7 config at http://mvolo.com/blogs/serverside/archive/2007/11/01/IIS7-configuration-sections-exposed.aspx.

Comments

Pingback from  » Finding your way around IIS 7 configuration sections with AppCmd

Nov 01 2007 by » Finding your way around IIS 7 configuration sections with AppCmd

Pingback from  software configuration management » Finding your way around IIS 7 configuration sections with AppCmd

Nov 06 2007 by software configuration management » Finding your way around IIS 7 configuration sections with AppCmd

The IIS7 community is growing!  There have been a number of really cool things going on in the community

Nov 07 2007 by BillS' IIS Blog

Submit a Comment

  • Plain text is accepted.
  • URLs starting with http:// are converted to links.