How to design a .net windows form application that never quit when user log out of Remote Desktop connection

StackOverflow https://stackoverflow.com/questions/8903733

Frage

I am quite new to windows form app development. I have an app installed on a remote IIS server, this app is an agent that check and process job queue every 10 minutes.

But if I click "Start" - "Log off" on the server to disconnect my Remote Desktop connection session. The application quits as well.

Is there anyway to setup the windows form app to keep unless until a server restart or shutdown?

I know windows service applciation can do that but in this business case, windows service app will not be an alternative solution.

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top