473,385 Members | 1,863 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,385 software developers and data experts.

How to Run ASP File Daily?

I am hosting a website on Windows 2003 server, IS6, MS SQL Server. I
have one ASP file I would like to run daily. How can I do it if I do
not have acces to OS's management (to use, for example, task scheduler)
and I do not want to include this page within other pages of the
website to be run (because that may slow down the page loading for
users)?
Thank you

Jan 22 '07 #1
3 2532
vu******@gmail.com <vu******@gmail.comschrieb :
I am hosting a website on Windows 2003 server, IS6, MS SQL Server. I
have one ASP file I would like to run daily. How can I do it if I do
not have acces to OS's management (to use, for example, task scheduler)
and I do not want to include this page within other pages of the
website to be run (because that may slow down the page loading for
users)?
Thank you
Cron it from home by a browserquerry :-)

--
************************************************** ********************
Persönliche Antworten bitte an a9*******@remote.dyndns.info, die Replyadresse wird nicht gelesen !
Mails bitte als Nur Text Senden !!
Send Private-Messages only to a9*******@remote.dyndns.info, the reply adress will not be read !
Please send only as Plaintext !!

Jan 23 '07 #2

<vu******@gmail.comwrote in message
news:11*********************@51g2000cwl.googlegrou ps.com...
I am hosting a website on Windows 2003 server, IS6, MS SQL Server. I
have one ASP file I would like to run daily. How can I do it if I do
not have acces to OS's management (to use, for example, task scheduler)
and I do not want to include this page within other pages of the
website to be run (because that may slow down the page loading for
users)?
Thank you
Set up a scheduled task on a server or workstation you do have access to.
Use XMLHTTP in a script file to visit the page.
Jan 23 '07 #3
Here is an alternative in case (1) you desperately need to do that on
server side (2) visitors come to your website pretty often.

In global.asa, session_onStart check the last_run_time (which could be
a field in a table in your MS SQL) if it has been a day execute your
ASP file, and update the field.

I still prefer the way others suggested above though.

Deniz

vu******@gmail.com wrote:
I am hosting a website on Windows 2003 server, IS6, MS SQL Server. I
have one ASP file I would like to run daily. How can I do it if I do
not have acces to OS's management (to use, for example, task scheduler)
and I do not want to include this page within other pages of the
website to be run (because that may slow down the page loading for
users)?
Thank you
Jan 23 '07 #4

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

Similar topics

11
by: alex | last post by:
Hi, I am looking for a way to populate an HTML table from an external local text file which looks like this: DATE/TIME LAT. LON. DEPTH. ML....
6
by: voipcanada | last post by:
hi and thanks to all for there help this is for an CDR(call details records) that are dumped by an telecom GK. Its dumped in say /voip/billing/ folder. Here is an sampls of the text that is...
4
by: Alex Willmer | last post by:
I'm trying to track down the name of a file format and python module, that was featured in the Daily Python URL some time in the last month or two. The format was ASCII with a multiline header...
6
by: jake | last post by:
How do you get or save a file from/to a client (button on web page) once they are authenticated? The client could be Mac, Linux or Windows. Can I do it all with IIS and ASP.NET?
0
by: George L. Sexton | last post by:
MH Software, Inc. is pleased to announce the release of version 3.2.11 of its Connect Daily web calendar software. This is primarily a small feature release with a few bug fixes. Topics in this...
3
by: shapper | last post by:
Hello, Could someone tell me how to convert a XML file into another XML file using a XSL file with a parameter? I created the code to do it, and it seems ok, but it is not working. Could...
5
by: Ryan Liu | last post by:
Hi, Both way works, I'd just ask some experts which way is better? My application creates a log file daily. Now each time when I write a log, I will open the file and append to the end....
0
by: =?Utf-8?B?Tml5YXpp?= | last post by:
Hi all, Does anyone know how to embed the Excel file in VB.NET 2005 Resources? Here is what I am doing at the moment: 1) In my VB.NET 2005 project code I load the excel with it path into...
1
by: swethak | last post by:
hi, i have a code to disply the calendar and add events to that. It works fine.But my requirement is to i have to disply a weekly and daily calendar.Any body plz suggest that what modifications i...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.