2

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 !

Elmex
  • 3,331
  • 7
  • 40
  • 64

1 Answers1

0

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

Jelle
  • 322
  • 3
  • 14