Hi omgabear,
I didn't go as far as implementing Quartz into my C1, it added far more than I needed. However I added a robust and scalable scheduling manager under its own namespacing and it works a treat by just referencing it as a new instance within the Global.asax file along with the C1 Application_Start methods.
Saved me messing with ApplicationStartupAttribute etc.
I didn't go as far as implementing Quartz into my C1, it added far more than I needed. However I added a robust and scalable scheduling manager under its own namespacing and it works a treat by just referencing it as a new instance within the Global.asax file along with the C1 Application_Start methods.
Saved me messing with ApplicationStartupAttribute etc.