Ok, I don't have any problems getting the data but I have problems setting the data at run-time. I am using

Code:
ConfigurationSettings.AppSettings.Set(key, value);
And I get "Collection is read-only"

Any ideas?