|
|
 |
Re: FN-FORUM: ASP.NET schedule run
date posted 1st July 2007 21:38
I know nothing about ASP.NET but with PHP I can either run a cron job
on the server or include a code into most visited page (such as
index.php) which checks for the time and date and when the last
scheduled script run. In case it has been more than say 24 hours since
then, script runs again.
Hope that helps
Jay
On 1 Jul 2007 18:11:17 -0000, Craig [EMAIL REMOVED] wrote:
>
> Hi,
>
> Being relatively new to ASP.NET (V1.1) I don't really know where to start on
> this one so thought I'd ask around. I've a web application running happily.
> Some of the code was written by another company. I need to run a report
> daily and delete some records when it's done. The other company used a .wsf
> file run from a .bat file called by the windows scheduler. This is only
> classic ASP sutff. I want to do what I need to do in .NET V1.1 but don't
> know how to go about it. Can anyone give me any pointers please? I have
> Googled and not come up with much as I'm probably not searching on the right
> terms.
>
> Please go easy on the jargon:)
>
> Thanks in advance,
>
> Craig
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|