Scripting

Managing Sites with IIS 7.0's WMI Provider

ArticleArticle

Published on November 23, 2007 by Saad Ladki

This document provides an introducation to WMI by walking through Site management using the IIS WebAdministration namespace. Learn how to create, delete, stop, start, and modify sites – all tasks t...

Managing Applications and Application Pools on IIS 7.0 with WMI

ArticleArticle

Published on November 23, 2007 by Tim Ammann

Managing application and application pools on IIS 7.0 and above can be performed with relative ease by using WMI scripting. This article describes how to accomplish the following entry-level tasks ...

Managing Worker Processes and AppDomains in IIS 7 with WMI

ArticleArticle

Published on November 23, 2007 by Tim Ammann

WMI scripting lets you manage worker processes and application domains (AppDomains) in IIS with relative ease. IIS worker processes are spawned by the Windows Process Activation Service (WAS) and e...

How to Use Microsoft.Web.Administration

ArticleArticle

Published on November 23, 2007 by Saad Ladki

IIS 7.0 and above provide a comprehensive managed-code management application programming interface (API) that allows complete manipulation of the XML configuration files and convenience access to ...