Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: schedule a time based event

Reply
Thread Tools

Re: schedule a time based event

 
 
Shawn Mehaffie
Guest
Posts: n/a
 
      01-22-2004
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" <> wrote in message
news:...
> does asp.net have anything which will allow scheduling a time based event

?
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditionally format Date/Time Values based on Time dch3 ASP .Net 2 11-09-2008 04:03 AM
Is time.time() < time.time() always true? flamesrock Python 8 11-24-2006 06:51 AM
Re: Schedule in asp.net Christopher Reed ASP .Net 0 01-10-2006 12:28 PM
schedule a monthly ftp event willitfw Python 3 04-27-2005 02:20 PM
Re: schedule Pix Access-list Jeff Specoli Cisco 0 04-01-2004 03:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57