Hi,
Is there a .Net control available that allows to write into web.config file
appsettings section?
The idea is to create encrypted user name and password for database
connection and then use them from ASP.Net. The program that will create the
encrypted entries is a simple winform app.
ConfigurationSe ttings.appsetti ngs allows to read web.config sections but how
to write there?
Thank you
Vadim
Is there a .Net control available that allows to write into web.config file
appsettings section?
The idea is to create encrypted user name and password for database
connection and then use them from ASP.Net. The program that will create the
encrypted entries is a simple winform app.
ConfigurationSe ttings.appsetti ngs allows to read web.config sections but how
to write there?
Thank you
Vadim
Comment