C#.NET Reload configuration settings from an external config file during run-time.
- by user569850
I'm writing a game server in C#.Net and would like to reload or refresh settings from a config file while the server is running.
Ideally I would like to save the settings in an XML file, have the ability to edit
the file while the game server is running and then send the server the command to reload
the settings from the file.
I know I can use…