Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can we use cron in asp.net websites ? If we use cron in window service, how can we implement that services in asp.net(C#) websites
Posted
Comments
Richard MacCutchan 8-Nov-13 6:29am    
Do you mean on your webserver? In which case you will need to have a UNIX/Linux webserver or some Windows implementation of cron. If you mean use it on client systems that are viewing your website then I don't think it is possible.
MTProgrammer 8-Nov-13 16:25pm    
Windows has scheduled tasks, so you could create a console app that does what you want and then execute it at a specified interval using the Windows Scheduled Task.
MTProgrammer 22-Nov-13 17:00pm    
http://forums.asp.net/t/945658.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900