otherside Posted May 16, 2005 Posted May 16, 2005 (edited) Hi there Does anyone knows how to create timed operations on an ASP.NET application? I tried to used a timer object on the global.asax but it seems that the tick event never fires. Any Ideas? Also is there any way to fire an event at a specific time of the day ? every 24 hours ? Thanks Edited May 16, 2005 by otherside Quote
Administrators PlausiblyDamp Posted May 16, 2005 Administrators Posted May 16, 2005 Could you give a bit more detail about what you are tying to do? ASP.Net applications really run in response to client requests - they cannot drive the client. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
otherside Posted May 16, 2005 Author Posted May 16, 2005 Of course, not trying to drive the client, i need to send a series of emails every 24 hours to report traffic, registrations, problems etc. Also another reason i need this kind of thing is to synchronize databases between two mirrors of the same website on different servers, every 10 minutes for example. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.