There are a number of other "products" out there that claim to do what KeepAliveForever does, however, they all have one MAJOR problem - they all run on your site as either an entry in the web.config or a module or some other manual configuration. That's a big problem.
Let's think about this for a minute. If ASP.NET hasn't started on your server yet, how will some addon product keep it from stopping? If ASP.NET has unloaded your site, how is your site going to load itself back up? If your hosting server has rebooted, how is ASP.NET going to know to start loading your site as soon as its online?
That's simple - ASP.NET CAN'T!
|