473,383 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Running ASP page throug TaskScheduler

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

Thank you,

Regards,

Raj.
Jul 23 '08 #1
6 4365
http://www.experts-exchange.com/Web_..._22526872.html


"Raj" <ra*@track-mate.netwrote in message news:OU**************@TK2MSFTNGP06.phx.gbl...
Is there a way that I can run asp pages through taskscheduler?

Thank you,

Regards,

Raj.

Jul 23 '08 #2
Raj wrote:
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.
Jul 23 '08 #3
"Raj" <ra*@track-mate.netwrote in message
news:OU**************@TK2MSFTNGP06.phx.gbl...
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
Jul 24 '08 #4
Raj
Thank you
"Jon Paal [MSMD]" <Jon nospam Paal @ everywhere dot comwrote in message
news:go******************************@posted.palin acquisition...
http://www.experts-exchange.com/Web_..._22526872.html


"Raj" <ra*@track-mate.netwrote in message
news:OU**************@TK2MSFTNGP06.phx.gbl...
>Is there a way that I can run asp pages through taskscheduler?

Thank you,

Regards,

Raj.


Jul 24 '08 #5
Raj
Thank you
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcomwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Raj wrote:
>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.


Jul 24 '08 #6
Raj
Thank you
"Anthony Jones" <An*@yadayadayada.comwrote in message
news:uX*************@TK2MSFTNGP02.phx.gbl...
"Raj" <ra*@track-mate.netwrote in message
news:OU**************@TK2MSFTNGP06.phx.gbl...
>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


Jul 24 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: los | last post by:
Hi, I'm trying to create a program similar to that of Google's desktop that will crawl through the hard drive and index files. I have written the program and as of now I just put the thread to...
6
by: Wayne Wengert | last post by:
Using ASP 3 on an ISP account (I don't have access to the root of the server). I have a page that does some intake processing and I'd like to have it run every 5 minutes. Right now, the only way I...
0
by: tom | last post by:
Hello not really a question on .net, but maybe you guys know. I have a "problem" with our company website. From outside our domain it is accessible through http://www.mydomain.com and...
1
by: Mario Crevits | last post by:
My name is Mario Crevits, I'm from Belgium (Roeselare) and I'm working with Access97 for several years now. We are in an Access97-2000 migration project. I'm writing a wizard for the end-users to...
1
by: mato | last post by:
this is what i experienced in my web application and i realy do not understand. this is my web page class behind public class MyWebPage : System.Web.UI.Page { //some page controls ..... ...
3
by: Neal Miller | last post by:
Hi Thanks to all of your help, I've got a working PrintRTF module that prints out RTF code, and it works well. The next issue to overcome is to determine how to page-break text that is too long...
1
by: Anonieko | last post by:
Query: How to display progress bar for long running page Answer: Yet another solution. REFERENCE: http://www.eggheadcafe.com/articles/20050108.asp My only regret is that when click the...
2
by: Gouse | last post by:
Hi, I have a small application which is running in service mode. Its responsible is to provide email configuratio. If it gets a request( eg: Export a file throug email) from the user, first it...
14
by: lmttag | last post by:
Hello. We're developing an ASP.NET 2.0 (C#) application and we're trying to AJAX-enable it. We're having problem with a page not showing the page while a long-running process is executing. So,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.