I am using shared hosting on Windows. I need to run some code that will basically just hit a URL on my .NET site once a day.
I'm using Plesk. I have seen that I can create scheduled tasks in Plesk, but when I asked my hosting service provider they said I can only execute PHP or Perl scripts (and not Windows executables).
I have zero experience in PHP and Perl. How can I do this using either Perl or PHP? Are there any gotchas? Do i need to set anything else up on my server to run these scripts, or is it just a case of dropping these .php or .perl files somewhere?