Quartz.NET scheduler doesn't fire jobs/triggers once deployed

前端 未结 4 549
感情败类
感情败类 2020-12-01 11:50

INTRODUCTION

I\'m using Quartz.Net on an ASP.Net framework 4, webforms web site. Basically, the user should have the hability to fire manually a

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 12:01

    The problem is related to IIS rather than the schedulers Quartz.NET, Hangfire, etc. On the other hand, there are lots of solution methods posted on the web, but only some of them is working. In my opinion, there is no need to apply lots of configuration settings. Just install Keep Alive Service For IIS 6.0/7.5 on the server to which you publish your application and enjoy. After that, your published application will be alive after application pool recycling, IIS/Application restarting, etc. Hope this helps...

提交回复
热议问题