net application (winform) that I need to always run on the server but users are logging into the the remote session and then logging off thus closing the application.
Is there a way that I can launch it on the console remote session or make it a service?
I tried using the sc.exe command tool but the service won't run, its probably because it's not a service application.
How can I run this application?
Thanks

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Microsoft KB entry 137890 should help. At least it worked for us.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.