/
Updating the applicationHost.config File
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.
, multiple selections available,
Related content
Updating the Web.config File
Updating the Web.config File
More like this
Installing and Configuring the Microsoft Application Initialization Module
Installing and Configuring the Microsoft Application Initialization Module
More like this
Installing the CodePlex Keep Alive Service
Installing the CodePlex Keep Alive Service
More like this
Keeping the Bin Folder Small
Keeping the Bin Folder Small
More like this
Step 5 - Testing the Setup and Troubleshooting Tips
Step 5 - Testing the Setup and Troubleshooting Tips
More like this
Creating a New Sitefinity Site (Version 5.5)
Creating a New Sitefinity Site (Version 5.5)
More like this
Copyright © 2014-2017 Aptify - Confidential and Proprietary