Updating config file and updating the values in application
I am currently updating a few settings in a rather large *.exe.config file via the *.exe executable by using XLinq to navigate the directories and read / write the values. The problem with updating this way is that changes only take effect after restarting the executable, but I would like the changes to take effect instantaneously. Is there a way to tell the executable to reload the *.exe.config file after I make the changes? All help is appreciated and thanks in advance! Exoskeleton for app.config <configuration> <system.serviceModel> <!-- stuff... --> <client> <!-- this is the section I