Nevermind, I figured it out:
<appSettings file="additional_config_file"> </appSettings> where additional_config_file is the file that contains the rest of the configuration. Cheers, Eddie -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of Eddie Lascu Sent: Tuesday, December 13, 2005 1:24 PM To: [email protected] Subject: [ADVANCED-DOTNET] Linking app.config files I have three projects, 2 DLLs and a stand-alone console application (I'll call them DLL1, DLL2 and APP). DLL2 uses DLL1 and APP uses DLL2. Each one comes with its own app.config file which are renamed (at compilation time) like this: dll1.exe.config dll2.exe.config app.exe.config and they all have their own <appSettings> section. While launching the application (through its associated app.exe executable) I can read the configuration from app.exe.config file, but I need to be able to read the configuration from all three config files. I remember reading a while ago about the possibility to link/chain/refer multiple config files together, but I cannot find that resource/article anymore. Can anyone refresh my memory? Where did I see/read about this? TIA, Eddie =================================== This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
