L
lobrys
Hi
I am building a dotnet 1.1 app, in VB.net ...
I would like to have several config files corresponding to multiple
envirronment (Database, local Machine, Application, User...) and overloads
each, in order to have, by the way, one config.
So I would like to load a config file (app.config) at startup (as usual),
then overload this file with a new file (came from SQL for exemple), then
overload with a second file.....etc....
What do you think about that? is it possible?
Do i must access to each file manually (with xml methods) ? read them and
then construct one config file, and then load it?
Thanks!!!!!!
bye
syl
I am building a dotnet 1.1 app, in VB.net ...
I would like to have several config files corresponding to multiple
envirronment (Database, local Machine, Application, User...) and overloads
each, in order to have, by the way, one config.
So I would like to load a config file (app.config) at startup (as usual),
then overload this file with a new file (came from SQL for exemple), then
overload with a second file.....etc....
What do you think about that? is it possible?
Do i must access to each file manually (with xml methods) ? read them and
then construct one config file, and then load it?
Thanks!!!!!!
bye
syl