ConfigurationManager Class
Hi there, I have a solution with two projects, each project has an app.config file. Project 1 contains no settings, yet when Project 1 launches the ConfigurationManager class, it gets the config settings from the app.config file in Project 2.
How does it do that?
Thanks