Hi!
I'm trying to create a class library in my solution, and I want it to access the Environment Variable, so I can choose the correct db connection string. Does anybody know how to do that? Since my main project is dependent on the class library, I can't make the class library dependent on the main project to access that variable.
Thanks!