I have a C # .NET Console EXE application with app.config indicating several ApplicationSettings parameters used as parameters.
I have an additional separate (Windows Forms) exe (located in the same directory) to allow the ApplicationSettings used by the first exe to be modified by the user.
What is the cleanest way to change the first exe app.config from the second exe?
Thanks.
source
share