Understanding XML Configuration

Published on November 14, 2007 by pharr

Updated on November 14, 2007 by pharr

Average Rating  Rate It (0)

RSS

In This Section

Getting Started with IIS 7.0 Configuration

Abstract IIS 7.0 introduces a brand-new configuration system, at the core of all the new administration-related features. The configuration system is based on distributed, clear-text, XML files that hold the configuration settings for the entire web server ...

Editing Configuration Files

Strongly typed schema written in clear-text XML makes IIS 7.0 configuration files simple to read and edit. This tutorial covers reading and setting configuration in ApplicationHost.config at the server level and Web.config files at the site and application ...

Feature to Configuration Reference

IIS Manager Feature to Configuration Mapping This is a quick reference for mapping IIS Manager features in the feature list (see screenshot at bottom) to configuration sections and the modules that consume those configuration sections. The table below shows ...

Introduction to ApplicationHost.config

Introduction ApplicationHost.config is the root file of the IIS 7.0 configuration system. It includes definitions of all sites, applications, virtual directories and application pools, as well as global defaults for the web server settings (similar to machine ...

Metabase Compatibility with IIS 7.0

Introduction The IIS 7.0 configuration system is compatible with legacy configuration interfaces at the API level. It supports the Admin Base Objects (ABO) interface, also known as IMSAdminBase, as well as the ADSI and WMI providers that were built on top ...

How to Use Metabase Compatibility with IIS 7.0

Introduction IIS 7.0 allows legacy configuration scripts and applications to continue running. There is an optional setup component that enables the Metabase system with its programmatic interfaces: Admin Base Objects (ABO), and ADSI and WMI providers on top ...

Deep Dive into IIS 7.0 Configuration

Introduction The configuration system in IIS 7.0 is significantly different than in previous versions of IIS, and builds on top of some (but not all) of the concepts of the .NET framework configuration system. Its scope spans across the entire web server platform ...

IIS 7.0 Configuration Reference

Introduction to ApplicationHost.config ApplicationHost.config is the root file of the IIS 7.0 configuration system. It includes definitions of all sites, applications, virtual directories and application pools, as well as global defaults for the web server ...

Using IIS 7.0 Configuration History

Introduction In IIS 6.0, administrators had a safety net that allowed them to easily ascertain what changed in the IIS configuration. It was implemented as a history file that could be restored easily, and served as a usable history of events that happened ...

Comments

You must Log In to comment.

Page view counter