| How to Find ApplicationHost.config in IIS 7 |
|
to store the configuration information. All of the setting is now store in a file to called applicationHost.config. To locate the the file you can find it in this directory: %windir%\system32\inetsrv The file containts two main sections: 1. System.applicationHost - You will find information such as site configuration settings, virtual directory, application, and application pools in this section. 2. system.webServer - This section contains global defaults settings for the IIS server.
|