Need job scheduler in asp.net

后端 未结 9 2262
無奈伤痛
無奈伤痛 2021-02-03 14:01

We have a website where we need a scheduler to receive notifications (e-mail) on specific time. eg. a person setting reminder at 5 PM to attend the meeting at 4:45 PM, will rece

9条回答
  •  轮回少年
    2021-02-03 14:38

    How about this: Simulate a Windows Service using ASP.NET to run scheduled jobs.

    At one point this technique was used on Stack Overflow, although I don't think it is any more.

    To be honest it seems like a nasty, error-prone hack to me, but if you're unable to run anything on the server except your website then something like this is probably your only option.

提交回复
热议问题