Change setting within a "ClientSettingsSection" with C#

2.6k Views Asked by At

Is it possible to change values of settings within a ClientSettingsSection (System.Configuration.ClientSettingsSection) in a exe-configuration? Unfornately the settings in the ClientSettingsSection collection are read-only !

1

There are 1 best solutions below

0
On BEST ANSWER

You should use user settings for settings you want to change at runtime. Take a look at Using Settings in C#