E
Emjay
Hello, there.
I'm working on a .NET component library and I need to
have a config file to be used by the library components.
But as a newcomer to the .NET technology, I don't know
where and how to start.
The idea is that, as you may have already noticed,
- the config file(s) has information that is used by the
components of the library.
- the components of the library should be able to load
the files, assuming that it is stored in a particular
place(eg. a 'config' folder), wherever the library is
deployed.
- application developers should be able to modify the
information in the config file and run the applications
without recompiling.
It would be appreciated if anyone could help me out on
this count.
Thanks in advance.
I'm working on a .NET component library and I need to
have a config file to be used by the library components.
But as a newcomer to the .NET technology, I don't know
where and how to start.
The idea is that, as you may have already noticed,
- the config file(s) has information that is used by the
components of the library.
- the components of the library should be able to load
the files, assuming that it is stored in a particular
place(eg. a 'config' folder), wherever the library is
deployed.
- application developers should be able to modify the
information in the config file and run the applications
without recompiling.
It would be appreciated if anyone could help me out on
this count.
Thanks in advance.