AppKeepAlive in child site

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
12/1/2009 5:35:49 PM
Gravatar
Total Posts 125

AppKeepAlive in child site

I have two sites in related mode and I put the following into the user.config:

<add key="UseAppKeepAlive" value="true" />

<add key="AppKeepAliveUrl" value="http://sites1/Default.aspx" />

the sites1 did become faster to load but the sites2, the child site,  seems much slower than the sites1. should I also put the Url of the child site to the user.config?

thanks

 

12/2/2009 10:44:27 AM
Gravatar
Total Posts 18439

Re: AppKeepAlive in child site

It does not support multiple keep alive urls, however since all sites in the installation are really one application keeping the first site awake should be sufficient to keep IIS from shutting down the application due to lack of requests.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.