May 26, 2008
IIS 7.0 provides a number of APIs that you can use to manage configuration remotely. This post provides the info and tools you need to configure remote access to IIS 7.0 configuration, including for use on Server Core installations....( read more ) Read...
1 comments
Filed under: IIS7, IIS, development, Tools, Configuration
Apr 01, 2008
Bill's recent post reminded me of a question I often get about backing up and restoring configuration when IIS 7.0 is being used in the Shared Configuration mode. In this mode, the applicationHost.config file is stored on a UNC share to allow multiple...
0 comments
Filed under: Configuration, IIS 7.0
Oct 31, 2007
The IIS 7 configuration system contains 50+ configuration sections (100+ if you count .NET Framework configuration), 477 attributes, and 57 collections. This can make it pretty challenging to figure out exactly what IIS 7 configuration section needs to...
3 comments
Filed under: IIS7, AppCmd, Configuration
Oct 05, 2007
IIS7 provides quite a few ways to create websites, applications, and application pools. You can use the GUI, but what if you need to create 10, 100, or even 10,000 websites? Read about the fastest way to create IIS7 websites in bulk at http://mvolo.com...
0 comments
Filed under: IIS7, AppCmd, Configuration
Aug 04, 2007
IIS7 configuration extensibility allows you to create custom configuration sections that can be used side by side the IIS configuration sections. However, setting this up requires a few steps that may be difficult to accomplish, especially in a automated...
0 comments
Filed under: IIS7, IIS News Item, Goodies, Tools, Configuration
Jul 21, 2007
If you have worked with IIS6 and previous versions of IIS, you are most likely familiar with the IIS metabase paths. You know, the ones that look like LM/W3SVC/1/ROOT . These metabase paths serve as a mechanism to identify a part of the IIS website hierarchy...
0 comments
Filed under: IIS7, IIS News Item, AppCmd, Configuration