Forum Moderators: phranque

Message Too Old, No Replies

Schedule an asp page

         

BravoTwoZero

8:18 am on Oct 2, 2003 (gmt 0)

10+ Year Member



Hi,

Thank you for reading the post. I did in coldfusion server and you can define a time to call a codfusion page to run that page at night time.

I am wondering is any way I can do the same in IIS to call an asp page to run at night.

Much appricated.

snookie

8:25 am on Oct 2, 2003 (gmt 0)

10+ Year Member



you can set a scheduled task to open IE and call the asp page...

alternatively, you could change it to a Windows Scripting Host file and call that directly from the scheduled task manager...

good luck!

BravoTwoZero

1:33 pm on Oct 2, 2003 (gmt 0)

10+ Year Member



<Quote>you can set a scheduled task to open IE and call the asp page...</Quote>

Hello Snookie. Thank you for your reply. How do I open IE to call that asp page. Can you be more specific please?

Many Thanks