Hi there,
I have a class library and my other projects are using it. And also i have some connection strings. i want to use them from just class lib's App.config file. But when i use ConfigurationManager in my class lib for reading connection strings, program looks my current project's App.config or Web.config files.
How can i use connection strings from class lib's App.config file?
Thanks in advance