Help with automating ASP pages 
Author Message
 Help with automating ASP pages

Hey -

I want to create a script that will reside on a server and at a specified
time each day call
an asp page and run a couple functions in it. Any ideas on what is the best
way to implement this? Im fairly new to ASP and web technologies so any
direction you could provide would be great. Thanks in advance,

Guhan



Mon, 30 Dec 2002 03:00:00 GMT  
 Help with automating ASP pages
Write a standalone script to perform your repetitive task and then set in
the Task Scheduler.

--
Dominic



Mon, 30 Dec 2002 03:00:00 GMT  
 Help with automating ASP pages
If your using an NT, there is a scheduler called at.
after you write and test your script
go to a cmd prompt--type cmd in the start dialogue
type: at
this will tell you if anything is already scheduled

then type : at /h
to get the syntax.

also check under Services in the control panel to make sure the task
scheduler is running as an administrator.


Quote:
> Hey -

> I want to create a script that will reside on a server and at a specified
> time each day call
> an asp page and run a couple functions in it. Any ideas on what is the
best
> way to implement this? Im fairly new to ASP and web technologies so any
> direction you could provide would be great. Thanks in advance,

> Guhan



Thu, 02 Jan 2003 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Automating an ASP Page

2. calling asp page from another asp page

3. New article on porting ASP pages to ASP .NET available on MSDN

4. From within ASP page - do a POST to another ASP

5. ASP events and Initialization of variables on ASP pages

6. Cannot run ASP pages anymore - COM+ and ASP error

7. ObjectContext vs. Passing ASP objects from ASP page

8. how do I format an .asp page into a single page

9. How to PRINT All pages of HTML Report from ans ASP Page

10. Need help with POST method to an asp page

11. asp page grid control help

12. COM Component Goes Bust On ASP Page- HELP!!!

 

 
Powered by phpBB® Forum Software