New IIS 7 Configuration Reference

Whether programmer or administrator, we're always looking for details on certain ASP.NET or IIS configuration settings, and sometimes we come up wanting because of lack of good documentation.

The IIS team released an impressive IIS 7 reference a couple nights ago.  You can find it here: http://www.iis.net/configreference.  This is a reference definitely worth bookmarking.  You can take every IIS configuration item, click on it on the side and be provided with detailed information written directly from the IIS team.  Robert McMurray has worked hard to survey the product team directly to obtain a wealth of detailed information about every configuration setting, and Pete Harris and others have been hard at work helping make this happen.

Along with most sections is a full description, info on where the setting lives, a full list of Attributes with description of each one, often setup information and configuration samples and code/command samples for appcmd, Microsoft.Web.Administration and AHAdmin code samples for .NET (C#, VB.NET), JavaScript or VBScript.

I used it yesterday already to refresh my memory about responseMode for httpErrors: http://www.iis.net/ConfigReference/system.webServer/httpErrors.

Bill Staples announced it on his blog yesterday too.

This reference is well worth bookmarking.  It will come in handy.

 

No Comments