Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

Running ASP page throug TaskScheduler

Question posted by: Raj (Guest) on July 23rd, 2008 12:45 PM
Is there a way that I can run asp pages through taskscheduler?

Thank you,

Regards,

Raj.


Jon Paal [MSMD]'s Avatar
Jon Paal [MSMD]
Guest
n/a Posts
July 23rd, 2008
04:05 PM
#2

Re: Running ASP page throug TaskScheduler
http://www.experts-exchange.com/Web...Q_22526872.html




"Raj" <raj@track-mate.netwrote in message news:OUxc$DM7IHA.1080@TK2MSFTNGP06.phx.gbl...
Quote:
Is there a way that I can run asp pages through taskscheduler?
>
Thank you,
>
Regards,
>
Raj.
>




Bob Barrows [MVP]'s Avatar
Bob Barrows [MVP]
Guest
n/a Posts
July 23rd, 2008
04:15 PM
#3

Re: Running ASP page throug TaskScheduler
Raj wrote:
Quote:
Is there a way that I can run asp pages through taskscheduler?
>

http://www.aspfaq.com/show.asp?id=2143

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.



Anthony Jones's Avatar
Anthony Jones
Guest
n/a Posts
July 24th, 2008
10:45 AM
#4

Re: Running ASP page throug TaskScheduler
"Raj" <raj@track-mate.netwrote in message
news:OUxc$DM7IHA.1080@TK2MSFTNGP06.phx.gbl...
Quote:
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.



--
Anthony Jones - MVP ASP/ASP.NET



Raj's Avatar
Raj
Guest
n/a Posts
July 24th, 2008
01:15 PM
#5

Re: Running ASP page throug TaskScheduler
Thank you
"Jon Paal [MSMD]" <Jon nospam Paal @ everywhere dot comwrote in message
news:goedncfYyN1iyBrVnZ2dnUVZ_h3inZ2d@posted.palin acquisition...
Quote:
http://www.experts-exchange.com/Web...Q_22526872.html
>
>
>
>
"Raj" <raj@track-mate.netwrote in message
news:OUxc$DM7IHA.1080@TK2MSFTNGP06.phx.gbl...
Quote:
>Is there a way that I can run asp pages through taskscheduler?
>>
>Thank you,
>>
>Regards,
>>
>Raj.
>>

>
>




Raj's Avatar
Raj
Guest
n/a Posts
July 24th, 2008
01:25 PM
#6

Re: Running ASP page throug TaskScheduler
Thank you
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcomwrote in message
news:%23hvL56N7IHA.3696@TK2MSFTNGP04.phx.gbl...
Quote:
Raj wrote:
Quote:
>Is there a way that I can run asp pages through taskscheduler?
>>

http://www.aspfaq.com/show.asp?id=2143
>
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
>
>




Raj's Avatar
Raj
Guest
n/a Posts
July 24th, 2008
01:25 PM
#7

Re: Running ASP page throug TaskScheduler
Thank you
"Anthony Jones" <Ant@yadayadayada.comwrote in message
news:uXZ7ukX7IHA.616@TK2MSFTNGP02.phx.gbl...
Quote:
"Raj" <raj@track-mate.netwrote in message
news:OUxc$DM7IHA.1080@TK2MSFTNGP06.phx.gbl...
Quote:
>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.
>
>
>
--
Anthony Jones - MVP ASP/ASP.NET
>
>




 
Not the answer you were looking for? Post your question . . .
190,071 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors