How to Use Schedule Task in WebsitePanel to Execute a URL?

This article will show you step by step how to add a scheduled task in WebsitePanel to execute a URL at specific time or at specified intervals of time. This URL can be a complete website address pointing to any page.

 

Step 1. Login into your control panel. Click on Scheduled Tasks
Open Schedule Task

Step 2. This will open the Scheduled Tasks page. Here, click on Add Scheduled Task
clickable button to add new schedule task

Step 3. Now you are at the Scheduled Task Properties page where you can make configurations. On this page, first provide a name to your task. Then, select “Check Web Site Availability” from the drop down menu of “Task Type”. After changing “Task Type”, the page will refresh and repaint the other inputs.

Enter the complete URL of your file in the following format:

http://www.youdomain.com/myfile.aspx

The file or page can be uploaded or altered later.

The files (like html, asp, aspx. Php etc) that can be browsed with a browser can be used here with its COMPLETE URL. For example, if your domain name is abc.com and your file (myfile.aspx) is located under wwwroot/myschedule/ then the COMPLETE URL for this file will be as below:

http://www.abc.com/myschedule/myfile.aspx

Step 4. Finally, you need to provide a scheduled time to execute this URL. You may execute your URL on any one of following basis:
a. Daily
b. Weekly
c. Monthly
d. Once (Single time execution)
e. Interval basis (Hour / Minute)

Select the required execution period and provide an execution time. Then click the Save button. Your scheduled task is now ready to execute at the provided timetable.

 
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to do a Tracert?

This tutorial will show you how to run a trace route on a Window operating system. If you are...

How to do a TELNET on a PC (Windows) OS?

From time to time you may need to perform an operation called "TELNET".You can use TELNET to...

How to do a Ping?

The purpose of this tutorial is to teach you how to do a ping. Pinging is a command which tells...

How to Clear Your Cache in Internet Explorer?

This tutorial will assist you with clearing your cache, which will help your computer run...

How to change the default index page using a .htaccess file?

The below command will set the default page your website shows to whatever you specify. For...