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.Add the bolded text to the system.webServer section:
Update the <system.webserver> to match the following:
No Format nopanel true <system.webserver> <applicationInitialization remapManagedRequestsTo="iisstart.htm" skipManagedModules="true"> <add initializationPage="/home.aspx" /> </applicationInitialization> </system.
...
webserver>
...
- Save and close the web.config file.