I am trying to run some code in a VS2015 C # interactive window that uses the connection string stored in the app.config dll file that I refer to using the #r function.
If I look in the ConfigurationManager , it has a connection string in it, and another one that it should reference from another configuration file.
c # visual-studio-2015 roslyn c # -interactive
Jon mitchell
source share