Question

I have some stand alone console application in c#.net,and I'm going to create a project for control and monitor these application,what is best solution for this purpose? Can I create socket programming project as server application and my console application as client subscribe to server application?

Was it helpful?

Solution

With that less details, I think windows services would be the best chose for the clients. You are able to control them remotely (start, stop) and also you could use custom commands for special tasks. Additional to that, you are able to check the service status and get further information. Here you find some information about the service control methods.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top