Updating the applicationHost.config File
The next step is to update the applicationHost.config file to keep the e-Business applications running, which reduces site start-up time. The default location of the applicationHost.config file in the e-Business server is C:\Windows\System32\inetsrv\config.
To update the applicationHost.config file, perform the following steps:
- Locate the applicationHost.config file.
- Open the file in a text editor, such as Notepad.
- Find the applicationPools section.
Add the bolded text to the applicationPools section:
<applicationPools> <add name="appinit" autoStart="true" startMode="AlwaysRunning" managedRuntimeVersion="v4.0" /> </applicationPools>
- Find the sites section.
Add the bolded text to the sites section:
<sites> <site name="Default Web Site" id="1" serverAutoStart="true"> <application path="/"> <virtualDirectory path="/" physicalPath="%SystemDrive%\inetpub\wwwroot"/> </application> <application path=" /Ebusiness" applicationPool=" AptifyEBusiness" preloadEnabled="true"> <virtualDirectory path="/" physicalPath="C:\inetpub\wwwroot\Ebusiness " /> </application> </site> </sites>
- Save and close the file.
- Proceed to Keeping the Bin Folder Small.
Copyright © 2014-2017 Aptify - Confidential and Proprietary