Updating web.config on the fly

  • Thread starter Thread starter Fiona
  • Start date Start date
F

Fiona

Can anyone tell me whether it is possible to update the
web.config file for the current application while the app
is running (from the app itself)? I am interested in
creating an "admin" page so that anyone in my team (who
may not have programming experience) can very easily
modify various configuration settings for a .net web app
I've created.

At the least, I'm guessing this isn't exactly standard
practice (ie I can't find built-in functions in the
ConfigurationSettings class) but if it's possible it would
help me a great deal.
 
Can anyone tell me whether it is possible to update the
web.config file for the current application while the app
is running (from the app itself)?

yes
 
Back
Top