Hi
I read "How to: Create Custom Configuration Sections Using ConfigurationSection" athttp://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