I have to host a console program which hosts an application used by Asp.Net 4.0 and should always be running. What is the best way to host it on the server? I can run the console application from commandline but it can be closed accidently.
Windows Service is not an option as we don't have the source code for the Console App.