C
Christopher Ambler
That's pretty-much sums it up.
I've got an application that stores configuration values in the appSettings
area of the web.config, and I'd love to be able to make a page that allows
an authenticated user to make changes to those configuration options.
Everything seems to be read-only, though. I'd hate to use a database... that
would be overkill.
Thanks in advance!
Christopher
I've got an application that stores configuration values in the appSettings
area of the web.config, and I'd love to be able to make a page that allows
an authenticated user to make changes to those configuration options.
Everything seems to be read-only, though. I'd hate to use a database... that
would be overkill.
Thanks in advance!
Christopher