Scheduling an occasional server task [modified]
-
Hello all. I'm an intermediate programmer, but relatively new to the web end of things and was wondering about the best way to go about scheduling an occasional task to run on the server... say every day or a certain number of hours/minutes.
"So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’) ( Check out my profile for a special CodeProject deal! ) -”-”-
modified on Sunday, January 20, 2008 9:53:14 PM
-
Hello all. I'm an intermediate programmer, but relatively new to the web end of things and was wondering about the best way to go about scheduling an occasional task to run on the server... say every day or a certain number of hours/minutes.
"So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’) ( Check out my profile for a special CodeProject deal! ) -”-”-
modified on Sunday, January 20, 2008 9:53:14 PM
Windows service is good one for this.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Windows service is good one for this.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Can you be more specific? How does one go about writing/installing a Windows service on a web server? I am hosted with 1&1, and do not have direct access to IIS.
"So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’) ( Check out my profile for a special CodeProject deal! ) -”-”-
-
Windows service is good one for this.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Aha, disregard that last message, I think I found what I need: http://msdn.microsoft.com/msdnmag/issues/05/03/SchedulingASPNETCode/default.aspx[^] Thanks!
"So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’) ( Check out my profile for a special CodeProject deal! ) -”-”-