I am having an asp.mvc application which resides on a server.From this application, I want to start a process which is a bit long-running operation and will be resource inte
Have a look at Hangfire, this can manage background tasks and works across VMs without conflict. We have replaced windows services using this and it works well.