app.config - where should it go?
- by Piers
This is a follow on from here: Storing database settings outside app.config
So I know it's possible to have one app.config, with different sections externalised, all with different values. But are they like the web.config files in asp.net projects where you can just copy it into the same folder as the rest of the files and it will work, or do I need to compile it in somewhere.
Also, won't it be overwritten by the .exe.config file?
Edit
Ok, so I worded this question a bit badly. I've updated it.