Hello experts, Our client is currently using Visual Studio 2003, running .NET framework 1.1, and I'm using its C# language. I would like to know what class do I use to read another app.config?
You see, if I use the ConfigurationSettings, this will automatically look for my app's "app.config" file instead of another config file (e.g. myotherapp.exe.config). Any advice? Thanks in advance. Benj
