I want to use Hangfire on a lot of our client sites, but unfortunately, alot of them are still using .net 3.5, a few even 2.0. I won’t be able to use Hangfire unless there is some versions available for at least 3.5 and SQL 2005. Is this an option?
At least, if it’s not an option, is it possible to run my 3.5 asp.net tasks on another hangfire service? Is there any documentation on this?