473,385 Members | 1,409 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.

schedule a time based event

TJS
does asp.net have anything which will allow scheduling a time based event ?

Nov 18 '05 #1
4 1875
ASP.NET pages aren't designed to do that kind of thing.
Instead I'd suggest creating a Windows Service.
Here's more information on Windows Services:
http://msdn.microsoft.com/library/de...owsService.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"TJS" <no****@here.com> wrote in message
news:uf**************@TK2MSFTNGP09.phx.gbl...
does asp.net have anything which will allow scheduling a time based event ?

Nov 18 '05 #2
TJS
attempting to view the link provided returns

HTTP Error 403 - Forbidden

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:OJ**************@TK2MSFTNGP11.phx.gbl...
ASP.NET pages aren't designed to do that kind of thing.
Instead I'd suggest creating a Windows Service.
Here's more information on Windows Services:
http://msdn.microsoft.com/library/de...owsService.asp
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"TJS" <no****@here.com> wrote in message
news:uf**************@TK2MSFTNGP09.phx.gbl...
does asp.net have anything which will allow scheduling a time based
event ?



Nov 18 '05 #3
Strange. It's working for me.
Perhaps it was a temporary glitch.
Try again?

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"TJS" <no****@here.com> wrote in message
news:ew**************@TK2MSFTNGP11.phx.gbl...
attempting to view the link provided returns

HTTP Error 403 - Forbidden

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:OJ**************@TK2MSFTNGP11.phx.gbl...
ASP.NET pages aren't designed to do that kind of thing.
Instead I'd suggest creating a Windows Service.
Here's more information on Windows Services:

http://msdn.microsoft.com/library/de...owsService.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"TJS" <no****@here.com> wrote in message
news:uf**************@TK2MSFTNGP09.phx.gbl...
does asp.net have anything which will allow scheduling a time based

event
?




Nov 18 '05 #4
Another options would be to create a web_service with the fucntionality you
need and then write a VB.Net applications that calls the appropriate web
service calls. This allows you to use any schedule you choose (NT, Arcana,
etc). I am currently working on a big web service that processed online
payments and each night a file is downloaded to be processed. Since I also
wanted to be able to run this process manually (if needed) having a function
in the web service create the file and download it was the best option.
Under normal circumstances an automated applications running daily under
Arcana creates the file automatically every night. If there is some sort of
problem though, I have also created an administration web applcation that
the user can call the same function in the web service to create and upload
the file manually.

Depending on why you need this scheduled event, I would either us a web
service or windows service as suggested by Steve. If this is something that
is related to an overall web-site you might consider using a web-service.
That way you don't have to install a windows service on your IIS server. If
you are like us we try to keep our IIS server as clean as possible and all
automated applications are installed on an seperate server.

"TJS" <no****@here.com> wrote in message
news:uf**************@TK2MSFTNGP09.phx.gbl...
does asp.net have anything which will allow scheduling a time based event ?

Nov 18 '05 #5

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

Similar topics

1
by: Steven | last post by:
This seems like a puzzle. We are able to successfully develop and deploy an app using vb.net. The app runs great when you double click on the icon. However, if you try to schedule the app to...
8
by: adam | last post by:
I've seen this on a number of TV sites, where on the front page they tell you what's playing at the time you're browsing, what's coming up next, etc. I want to do this for a site I'm working on,...
0
by: argniw | last post by:
I have a schedule of annual events that need to occur in different locations throughout the year. Each event has a due date associated with it. I also have an optimal schedule that consolidates...
23
by: pamelafluente | last post by:
Hi guys! I want to do a large number of scheduled task (say 80). Each task can be run at a certain time every given weekday. For instance at 10am and 5pm on each monday, etc. I would like to...
5
by: Notgiven | last post by:
You want to check scheduling conflicts and you have a record like: appointments(table): apptID beginningDate endingDate beginningTime endingTime It's easy enough to check if a time is...
17
by: nnorwitz | last post by:
For more details about the plan for Python 2.5, see: http://www.python.org/doc/peps/pep-0356/ The highlights are that we are hoping to put out the first alpha Real Soon Now, hopefully in a...
3
by: promiscuoustx | last post by:
I am trying to get my program to compile, but it will not complete. At line 79 it states, cannot convert 'float()()' to 'float' in assignment. Here is my code. #include <iostream> #include...
3
by: BLUE | last post by:
I've to call 2 web method from time to time so that the web service will do cleanup and sync jobs on a database. These methods can be called once every X days where X >= Y for the sync method...
3
by: assgar | last post by:
Hi I am having problem with my loping. I don't know if I have chosen the correct approach. GOAL: I need to insert into a table event types for a specific date range. The calendar the event...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
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.