Archives
-
Remote Administration: RTM of Remote Manager for Windows XP, 2k3 and Vista
A few months back I posted[^] about the RC0 release of IIS Manager for Windows XP, 2k3 and Windows Vista. We've now released the RTM version which works with Windows 2008 (and we've removed the previous installs from www.iis.net).
-
IIS 7 configuration: Extending existing Configuration
In my last post[^] I gave a quick overview of how to extend configuration. More specifically I covered extending configuration by adding new sections to configuration. One thing I also mentioned was that you can extending existing configuration sections too - that's what this post is about.
-
IIS 7 Configuration: Basic Configuration Extensibility
In IIS 7 we introduced a completely new configuration system which is used by the IIS runtime and all our administration tools. The configuration system is based on distributed XML files that contain the configuration for IIS, ASP.NET and other components; flexibility in the configuration system also allows for configuration to be set at a a number of levels including at the server, the site and the application level. Configuration at the site and application level coexists alongside ASP.NET configuration in web.config files.