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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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> 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.

 

  • No labels