Has anyone tried to create a page that recycles app pool until database is back up?
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I have run into issues where my dnn database and website has been down (power outage and host issues). What happens is the website fires up before the database is available and I always get the under contruction / unavailable page. The big issue is that unless i manually go in and restart the app pool, the site never comes back up when the database is available. What would be a good method to use that "unavailable" page to actually restart the app pool to get the site back up and running? I know there is already a "restart application pool" link in the host settings, is there a way to tie into that functionality on this unavailable page?