|
-
Jan 7th, 2004, 04:46 AM
#1
Thread Starter
Fanatic Member
timer
How is it possible to run a procedure/job say at 9.00 am every morning. I believe tere is no timer control in asp.net as it is in win app.
Thanks
-
Jan 7th, 2004, 02:25 PM
#2
Frenzied Member
What is it you want the "application" to do. I assume you want it to run on the server? Then why not create a windows service. And set it to fire each second and compare the Now value with a preset value (like 9 am)... Im sure there is a more clever way to do it, but it is easy and it works...
/Henrik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|