Scheduling Jobs in .NET

killer667

New Member
I need to run a scheduled download job based on the times listed in a SQL server table. So for example, users enter a future scheduled time/date (through a ASP.NET form), and this data is then stored in a table. Then the download job should run exactly on the time/date that the user has entered.I had a look around and it seems Quartz.NET or windows services are two possible options. Just wondering if there are any other options out there. I hope this makes sense. Many thanks.
 
Back
Top