Author: MisfitGeek.com - Misfit Geek [Syndicated] | Posted on: 1/23/2009 8:24:44 AM | Views : 785

. Check out http://www.iis.net/configreference IIS 7.0 Configuration Reference Internet Information Services (IIS) 7.0 introduces a new XML-based configuration system for storing your IIS settings that replaces the metabase that was used in IIS 6.0 and earlier. This new configuration system was introduced with ASP.NET and is based on a hierarchical system of management system that uses *.config files. The configuration files for IIS 7.0 are located in your % WinDir %\System32\Inetsrv\Config folder, and the primary configuration files are: ApplicationHost.config - This configuration file stores the settings for all your Web sites and applications. Administration.config - This configuration file stores the settings for IIS management. These settings...(read more) ...

Go to the complete details ...