app.config - where should it go?

Posted by Piers on Stack Overflow See other posts from Stack Overflow or by Piers
Published on 2010-12-30T11:41:59Z Indexed on 2010/12/30 11:54 UTC
Read the original article Hit count: 206

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about app-config