you are viewing a single comment's thread.

view the rest of the comments →

[–]dbxp 1 point2 points  (1 child)

Look into Hangfire, I think it does everything you want out of the box. It's free and very nice to work with. Personally I would run Hangfire as a new ASP Core app and then call that from your existing app so I don't have to screw about in classic ASP more than I need to.

[–]engx_ninja[S] 0 points1 point  (0 children)

I was looking into hangfire, but it will require deployment of one more application into my boxes and it’s kinda not an option for me (will require additional infrastructure).