C# modify a config file for a windows service

Posted by Jim Beam on Stack Overflow See other posts from Stack Overflow or by Jim Beam
Published on 2010-05-26T22:18:38Z Indexed on 2010/05/26 22:21 UTC
Read the original article Hit count: 182

Filed under:
|

I have a windows service that reads from a config file. I need to modify this config file prior to the application starting. How can I create a GUI that would handle the changes to the config file. I know that a service does not have a GUI per se, but I really just need something to modify some strings in the config file and then start the service.

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-services