I have created a console application and an app.config file and Connections.config file. The app.config file has a connectionstring property source pointing to the Connectio
Your Connections.config file should be as shown below without the xml header
Also for it to correctly locate the file in your console application, please set the Copy to Output Directory to Copy Always or Copy If Newer.