/
Updating the Web.config File

If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

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:

  1. Locate the web.config file.
  2. Open the file in a text editor, such as Notepad.
  3. Find the <system.webserver> section.
  4. Update the <system.webserver> section to match the following:

    <system.webserver>
       <applicationInitialization remapManagedRequestsTo="iisstart.htm" skipManagedModules="true">
          <add initializationPage="/home.aspx" />
       </applicationInitialization>  
    </system.webserver>




  5. Save and close the web.config file.
  6. Proceed to Installing the CodePlex Keep Alive Service.

Related content

Installing the CodePlex Keep Alive Service
Installing the CodePlex Keep Alive Service
More like this
Updating the applicationHost.config File
Updating the applicationHost.config File
More like this
Installing and Configuring the Microsoft Application Initialization Module
Installing and Configuring the Microsoft Application Initialization Module
More like this
Adding the isstart.htm File to the Project Main Folder
Adding the isstart.htm File to the Project Main Folder
More like this
Keeping the Bin Folder Small
Keeping the Bin Folder Small
More like this
Step 7 - Restarting IIS
Step 7 - Restarting IIS
More like this

Copyright © 2014-2017 Aptify - Confidential and Proprietary