Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Microsoft.Web.A... » .NET   (RSS)
Today I was asked how can someone would be able to add a new section definition using Microsoft.Web.Administration, so I thought I would post something quickly here just to show how this could be achieved. using System ; using Microsoft.Web.Administration Read More...
Background In IIS 7.0 we have the great functionality to allow you to configure the Web Server settings in a distributed way, including the IIS configuration along with the ASP.NET configuration in the web.config files by using Configuration Sections. Read More...
A couple of months ago I wrote about using LINQ with Microsoft.Web.Administration to manage and query IIS 7.0 configuration. Somebody came back to me and said that LINQ was very cool but that it was very much Developer oriented and that in a production Read More...
With the upcoming release of .NET 3.5 and LINQ I thought it would be interesting to show some of the cool things you can do with IIS 7 and LINQ. Everything that I will do can be done with C# 2.0 code but it would take me several lines of code to write Read More...
Microsoft.Web.Administration is a new API in IIS 7 that allows developers using Managed Code to read and manipulate the server configuration in a simple yet powerfull API. Read More...
 
Page view tracker