Running ASP page throug TaskScheduler

R

Raj

Is there a way that I can run asp pages through taskscheduler?

Thank you,

Regards,

Raj.
 
A

Anthony Jones

Raj said:
Is there a way that I can run asp pages through taskscheduler?

The answer is yes. Slap the following in a VBS file.



Dim oWinHTTP

Set oWinHTTP = CreateObject("WinHttp.WinHttpRequest.5.1")

oWinHTTP.Open "GET", "http://server/fileToRun.asp", False
oWinHTTP.Send


Add the VBS file to task scheduler.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top