Hi All,

I have an app that currently connects to a SQL Server. I am going to change this to allow me to change which SQL Server it is connected to.

Is using the app.config the best place to store these settings?

Does anyone have an example of accessing code from within the app.config?

I have added a config file to my project but not using it before I am fumbling around a bit.

Any help appreciated.