VS 2008 / C#.Net
In run time, i need to edit or rewrite my config file.
We have a feature, for Admin can change folder, file settings on the .aspx page. These informations are stored on config file instead of database. Infact, i need to rewrite some of the database connection strings also.
How to write / rewrite (edit) a config file on runtime ??