Powerful new admin automation options for IIS7

In version 7 of IIS a powerful new API for administering the server from managed code is exposed in the Microsoft.Web.Administration namespace. Carlos has a cool blog post showing how to combine this with the Linq features of the upcoming .NET 3.5 release to create some very elegant code to perform IIS7 management tasks.

Doug