how can i change (app.config) configuration in runtime
-
hello every body i want ask how can i make user to chang the configuration of app.config in runtime example: i will put textbox for enter the name of database server and iwant take this value and put it in app.config in section thanx for ur time and iam waiting 4 ur help
-
hello every body i want ask how can i make user to chang the configuration of app.config in runtime example: i will put textbox for enter the name of database server and iwant take this value and put it in app.config in section thanx for ur time and iam waiting 4 ur help
Here is a powerful library for working with config files: Nini: An uncommonly powerful .NET configuration library[^]
Giorgi Dalakishvili #region signature my articles My blog[^] #endregion
-
hello every body i want ask how can i make user to chang the configuration of app.config in runtime example: i will put textbox for enter the name of database server and iwant take this value and put it in app.config in section thanx for ur time and iam waiting 4 ur help
What about the System.Configuration.ConfigurationManager class? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: