G
Guest
I am trying to test some code in VS.NET using
ConfigurationManager.ConnectionSettings to retrieve a database connection
string from an app.config file I added to my project.
ConfigurationManager.ConnectionSettings is trying to retrieve the information
from machine.config in some directory for VS QuickStart Tutorials which is
unrelated to my app.
What the heck is going on and how do I retrieve info from the app.config
file thats part of my project?
ConfigurationManager.ConnectionSettings to retrieve a database connection
string from an app.config file I added to my project.
ConfigurationManager.ConnectionSettings is trying to retrieve the information
from machine.config in some directory for VS QuickStart Tutorials which is
unrelated to my app.
What the heck is going on and how do I retrieve info from the app.config
file thats part of my project?