Frequently I need to create a .Net class library that requires an app.config for things such as database connection strings. However, these settings must be in the calling a
Go to App properties -> Settings tab; add your settings there.
Use Properties.Settings.Default. to access the setting. That's it!
Properties.Settings.Default.