G
Guest
Hi,
i have to write a new KEY VALUE pair programatically into the app.config file.
is this possible? i tried the ConfigurationSettings.AppSettings but it
raises an exception saying that Collection is Read Only.
so the question is ... upon clicking a button i want to add a new KEY VALUE
pair to the Config File.. how do i do this?
thanks
VenuGopal
i have to write a new KEY VALUE pair programatically into the app.config file.
is this possible? i tried the ConfigurationSettings.AppSettings but it
raises an exception saying that Collection is Read Only.
so the question is ... upon clicking a button i want to add a new KEY VALUE
pair to the Config File.. how do i do this?
thanks
VenuGopal