Personal Web Hosting

  • Free Domain, Anti Spam Protection
  • Sub Domain, Park Domain, CPanel
  • POP, Webmail, RVSiteBuilder ...
  • PHP, MYSQL, ...
  • Start from $1.99 p/m

Personal Linux Web Hosting

Business Web Hosting

  • Free Domain, Anti Spam Protection
  • Sub Domain, Park Domain, Webmail
  • Plesk, SiteBuilder (Unlimited ..
  • ASP, ASP.NET, MSSQL, MYSQL, PHP
  • Start from $5.99 p/m

Business Windows Web Hosting

Reseller Web Hosting

  • Free Domain, Dedicated IP Address
  • Private Label, Secure Control Panel
  • Plesk, SiteBuilder (Unlimited ..
  • Plesk, ASP, ASP.NET, PHP, MYSQL
  • Start from $35.99 p/m

Private Label Windows Reseller Hosting

ARYACO.COM

Search Web Site ...

 

 

 

 

 

Last Update Services

Sign up for last update services!

Polls

ARYACO is useful for?
 

Follow us @

FaceBook Twitter LinkedIn
Google Group    
 

Flash Template

 

Ecommerce Template

 

ClipArt Library

 

Flash Template

 

Swish Template

 

ARYACOARYACOARYACOARYACOARYACOARYACOARYACO
mod_vvisit_counterToday6170
mod_vvisit_counterYesterday5997
mod_vvisit_counterThis week16883
mod_vvisit_counterLast week37890
mod_vvisit_counterThis month113965
mod_vvisit_counterLast month166769
mod_vvisit_counterAll days3369951

We have: 63 guests, 1 members online
Today: May 23, 2012
Home Web Hosting Information Windows Web Server Scheduling a Task ASP File (Plesk Windows Hosting)

Scheduling a Task ASP File (Plesk Windows Hosting)

User Rating: / 0
PoorBest 

While there are probably other ways this method seems to work very effectively and is easy to setup.

Make a php file that refers to the ASP file that you wish to run from the Scheduling Task wtih contents such as this

<?php
file_get_contents("http://www.YOURDOMAIN/FILE.asp");
?>

Then in the scheduler Use the following information:

in the 'Path to executable' field use

C:\Program Files\(Plesk Installed Folder)\Additional\php\php.exe

in the 'arguments' field do something like;

C:\Inetpub\vhosts\YOURDOMAIN\httpdocs\FILE.php

Where FILE.php is the name of the file you created above.

Then set your schedule time and all should work without any issues.