Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Some suggestions about the performance issue...Some suggestions about the performance issue...
Previous
 
Next
New Post
10/2/2008 3:24 AM
 

Eric Peng wrote

Does anybody know the correct use about keepalive.aspx? Does it run automatically...

If it need others to browse. Is it possible to ask DNN's schedule to load it automatically?

The idea is to open a browser on the server and call your site using this page (i.e. http://www.mysite.com/KeepAlive.aspx). It refreshes every so often and keeps the site 'alive'.

Peter


Peter Donker
Bring2mind http://www.bring2mind.net
Home of the Document Exchange,
the professional document management solution for DNN
 
New Post
10/2/2008 8:05 AM
 

SmarterPing is an easy and free tool you install on your desktop computer. Set it to ping http://www.yourwebsite.com/keepalive.aspx every ten minutes. Downside is your computer needs to be on all the time.

thanks,

Will Sugg

 
New Post
10/2/2008 1:06 PM
 

Actually, I have already using a server to monitor my site. But I think "keep alive" should be the basic feature of DNN itself...

And about using a program to monitor sites, there is other easier way to do this.

Creating a HTML and using IE to run it can reproduce the same result.

Here is the sample I used to monitor my site....quite easy...and can monitor many sites. Just create a new IFrame to monitor your site.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html  lang="en-US">
<script type="text/javascript">
function Refresh()
{
location.reload();
}

timerID = setInterval("Refresh()", 300000);
</script>
<body id="Body">
<iframe id="mysite1" src="http://mysite.com/keepalive.aspx" frameborder="no" width="400" allowtransparency="True" scrolling="no" height="100">Your browser does not support inline frames</iframe>
</body>
</html>

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Some suggestions about the performance issue...Some suggestions about the performance issue...


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out