Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.Add the bolded text to the system.webServer section:
  4. Update the <system.webserver> to match the following:

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

...

  1. webserver>

...


  1. Image Added

  2. Save and close the web.config file.