I am doing a wpf application and I use application settings in app.config file:
var datapath = Properties.Settings.Default.DataSource;
...
How to make application to load the app.config file, if it present from the same location where exe file run from., so user can change app.config and run it with new settings. By default app.config ignored and application uses always default settings