I'm not sure how do I get started with quartz.net.I found several tutorials that explain different things.What I need: I have an asp.net application with several long-running tasks. I've installed Quartz as a windows service and now I see that service under services window in windows.That's all I got so far. What do I do next? Do I have to modify quartz.config?
If quartz is installed as a windows service, where do I find config file?
Where and how do I create methods? Should it be a separate solution?
or embedded project to a server, or do I just need to create .DLL and reference it somewhere.Do I need to create a separate database for scheduling purposes?Too many questions. Tutorial is confusing, and I do not know where to place code for execution.
If quartz is installed as a windows service, where do I find config file?
Where and how do I create methods? Should it be a separate solution?
or embedded project to a server, or do I just need to create .DLL and reference it somewhere.Do I need to create a separate database for scheduling purposes?Too many questions. Tutorial is confusing, and I do not know where to place code for execution.