I have an <applicationSettings>
tag in my web.config
file which contains <connectionString>
and other settings related to the application.
I want to ask If I want to add some more settings to the <applicationSettings>
section. How can I do that?
Is it possible to edit/add tags in the <applicationSettings>
section of the web.config
file?