Feb 01, 2007
I have completed the final pieces of the Logging UI for Vista and posted them on the DownloadCENTER. I've completed functionality to allow you to configure central binary logging , central W3C logging , and site defaults . I've modified the look and feel...
3 comments
Filed under: IIS 7, SDK, .NET, UI Module
Jan 30, 2007
As many of you already know, the management console for IIS 7.0 on Windows Vista does not have a UI for logging. Since this was a pain point for several customers, I decided to test out the extensibility APIs by creating a logging UI module. I've posted...
2 comments
Filed under: IIS 7, SDK, .NET, UI Module, Download
Nov 30, 2006
I've caught the PowerShell bug. In between stints with my ever-expanding code samples, I play with PowerShell a lot. I thought I'd share a quick example of how to load Microsoft.Web.Administration.dll and use it to perform some basic tasks. Note: I'm...
12 comments
Filed under: IIS 7, PowerShell, SDK
Jun 28, 2006
The following quick SDK sample demonstrates how to list and change the managed runtime version of application pools programatically in IIS 7. [VB] Imports System Imports Microsoft.Web.Administration Public Class AppPoolSample Shared manager As ServerManager...
2 comments
Filed under: IIS 7, SDK, Application Pools