Updating the Web.config File
The next step is to update the web.config file to call the iisstart.htm file, which reduces site start-up time. The default location of the web.config file on the e-Business server is C:\inetpub\wwwroot.
To update the web.config file, perform the following steps:
- Locate the web.config file.
- Open the file in a text editor, such as Notepad.
- Find the <system.webserver> section.
Update the <system.webserver> section to match the following:
<system.webserver> <applicationInitialization remapManagedRequestsTo="iisstart.htm" skipManagedModules="true"> <add initializationPage="/home.aspx" /> </applicationInitialization> Â </system.webserver>
- Save and close the web.config file.
- Proceed to Installing the CodePlex Keep Alive Service.
Copyright © 2014-2017 Aptify - Confidential and Proprietary