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.
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
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