Y
Yash
Hi,
All configuration used by a .NET program goes in the app.config file.
Is it possible to add configuration from another config file so that
the program runs with an extended configuration?
For. e.g. Myapp.exe has app.config. I also have myfile.config which
follows the config file structure. I want .NET to consider app.config
and add to it the configuration I give in myfile.config.
What does it take to do this?
Thanks,
Yash
All configuration used by a .NET program goes in the app.config file.
Is it possible to add configuration from another config file so that
the program runs with an extended configuration?
For. e.g. Myapp.exe has app.config. I also have myfile.config which
follows the config file structure. I want .NET to consider app.config
and add to it the configuration I give in myfile.config.
What does it take to do this?
Thanks,
Yash