Avatar of chokka
chokka
Flag for United States of America

asked on 

Write on Web.Config file from C#

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 ??
C#ASP.NET.NET Programming

Avatar of undefined
Last Comment
chokka

8/22/2022 - Mon