I'm looking to launch a console application that has to run parallel to my main .NET MVC Application, when the main app starts.
It is a Console Application that keeps running until I manually quit the process.
My guess is that this can be done somewhere on the Start Up of my MVC application.
How can this be accomplished?