Editing app.config in execution time using the same App
问题 I have an Windows Forms application VS 2008 - C#, that uses app.config. In execution time, in Menu option of my application, I want editing values of app.config, save it and restart application. any sample source code, any good patterns and practices ?? edit: in MSDN Forums, Jean Paul VA: Create an test windows forms application and add an app.config into it. Add reference to System.confguration Add a key named "font" in appSettings with value "Verdana" Place a button on form and on click of