I have a user page which has a textbox & a button. Now there is an AppSetting
section in web.config
file in which I am storing a key value. From the aspx page, I want to update the value for this key to whatever value we enter in the textbox.
<appSettings>
<add key="myStoreID" value="0000"/>
</appSettings>