If your want to create a keep-alive scheduled task for your ASP.NET application please follow the guide below:
- Login to your hosting control panel.
 - From the left navigation menu select Account Menu > Spaces.
 - Click your space name.
 - From the left navigation menu select Hosting Space Menu > Scheduled Tasks.
 - Click the Add Scheduled Task button.
 - Give the task a name.
 - Select "Check Web Site Availablity" from the dropdown.
 - Tick "Response status equal to :" and leave "500" as the default.
 - In the URL field enter your full website/application address (e.g. https://www.mywebsite.com).
 - Change the Schedule dropdown to "Interval".
 - Change "Run Every" to every 20 minutes.
 - Click Save.
 - You now have a 20 minute keep-alive that will stop you application from recycling if it does not get any visitors.
 
