Quartz.net: Scheduled code not working after deployment automatically, working locally
问题 I wish to send an email in a scheduled timeline (once in a week) from my MVC website. The code is working perfectly fine on the scheduled time when running through Visual Studio locally. However, not getting triggered after deployment to the server. It starts working when I hit the website once after deployment,as the Applciaiton_Start event gets fired where I trigger the Quartz engine. Is there a way by which I can trigger the engine without visiting the website even once. Does Quartz always