Microsoft.Web.Administration

Another way to access configuration data is through the managed application programming interface (API) found in the Microsoft.Web.Administration (MWA) assembly. The MWA assembly enables you to access or change a configuration and access some server object’s properties and state data through top-level administration objects such as sites, application pools, and worker processes.

The following sections describe how to use MWA for common administration tasks. These sections assume you have some familiarity with managed code and the C# programming language. Because this book is not targeted at developers, these sections will not be an exhaustive discussion of how to use MWA in all scenarios.

Creating Sites with MWA

The following ...

Get Internet Information Services (IIS) 7.0 Resource Kit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.