Home › Learn IIS7 › Developing on IIS 7.0 › Extending IIS 7.0 › Extending Configuration
advertise here
Published on November 24, 2007 by saad
Updated on November 24, 2007 by saad
Average Rating Rate It (0) Thank you for your feedback!
Introduction IIS 7.0 introduces a completely new configuration system whichthe runtime and all the core administration tools use. The configuration system is based ondistributed xml files that contain the configuration for IIS, ASP.NET and other components; ...
This video demonstrates how to extend configuration. You’ll learn how to use IIS 7.0’s XML configuration to store your own custom configuration elements. You’ll also learn how to extend existing configuration objects with your own metadata. Then, you’ll learn ...
Abstract The IIS 7.0XML configuration files allow third parties to include their own custom configuration sections. This document shows how to extendthe IIS 7.0schema in order to set up and access customized configuration sections in the IIS 7.0configuration ...
You must Log In to comment.