我想在我的网站上创建一个通知系统?(类似堆栈溢出) 我们如何安排一个任务,每24小时为用户邮寄通知?
我们可以使用MVC4,还是应该使用Windows服务?
编辑: 我FluentScheduler在MVC4应用程序中使用3个月的经验. FluentScheduler很容易配置和使用,但它不会随时运行任务.有时运行,有时不运行. 我认为调度的最佳方法是Windows Service确保在特定时间运行任务.
FluentScheduler
Windows Service
scheduling asp.net-mvc-4
asp.net-mvc-4 ×1
scheduling ×1