Mike Volodarsky on web server infrastructure, IIS, ASP.NET, and other such animals
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.
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
About mvolo
I am a Program Manager on the IIS Application Server team. I've been working on Microsoft's web server platform for over 3 years, first as the ASP.NET core PM on ASP.NET 2.0 and now as the core server PM on the new IIS7 server. Some of my other projects include the AppCmd command line tool, and the FastCGI support. To read more about the news and technology from the core of the Microsoft's web platform, check out my blog at http://www.mvolo.com.