How do I configure KeepAlive?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
I see there is a Keep Alive feature but I'm not sure what I need to do to configure it so that it will keep my store alive.

Does anyone know how to set up this functionality?  Can it be used when hosted on a shared server, such as at Godaddy?

Thanks in advance for the help.
14 years ago
if you have IIS 7, you can edit the performance of your application.

right click on the application and click on the performance tab, uncheck Shutdown worker processes after being idle for (time in minutes)

if not, you have to register to an asp keep alive service or write some code to do it for you.

hope this helps
14 years ago
Thanks but I don't have that option since it's hosted on a shared server at Godaddy.

It looks like I'll have to write my own code of some kind.
13 years ago
If you have an option to create a scheduled job that will ping your site every 20-30 minutes it will do the job.
See this post https://www.nopcommerce.com/boards/t/8148/how-to-set-up-keep-alive-with-arvixe.aspx
12 years ago
I found this link which I found greatly improved performance for my site, it actually made the requests instant!

http://www.dotnetscraps.com/dotnetscraps/post/Did-you-know-Enable-HTTP-Keep-alive-in-IIS-7-75.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.