Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!
I am building a web configurator console to manage windows services in other machines, what i need to do is to start and stop services and also to modify the app.config of this services.
do i need wcf to do this??
thanks in advance
Posted

1 solution

From your description, you could communicate with target machines Message Queues using WCF:

http://msdn.microsoft.com/en-us/library/ms789008.aspx[^]

http://code.msdn.microsoft.com/msmqpluswcf[^]

and react to the messages on the target machine with a service of your own, which can then start, stop, modify config etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900