Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
how can I change the connectionsting for windows service in run time through Windows application

Thanks
Shery
Posted

1 solution

You need a way to connect to the Windows Service through your WinApp (TCP is good), presumably your WinApp can already connect to your service, so just send a "new connection string command" with the new connection string as a parameter.
 
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