I read "How to: Create Custom Configuration Sections Using ConfigurationSection" at
http://msdn.microsoft.com/en-us/library/2tw134k3(v=vs.90).aspx and created required code that reads configuration sections successfully but when I assign a value to the configuration sections(properties
that have setter), there is an error that says "The configuration is read only". How can I write to these properties and save to web.config.
Member
130 Points
229 Posts
Writable Configuration
Dec 12, 2013 01:02 PM|IranianCuriousBoy|LINK
Hi
I read "How to: Create Custom Configuration Sections Using ConfigurationSection" at http://msdn.microsoft.com/en-us/library/2tw134k3(v=vs.90).aspx and created required code that reads configuration sections successfully but when I assign a value to the configuration sections(properties that have setter), there is an error that says "The configuration is read only". How can I write to these properties and save to web.config.
Thanks