Ok. I believe there is a basic misunderstanding for what the app.config file is used for. It's for read-only settings that are read during program startup.

If you need some other functionality (like r/w settings), you'll need to use something other than the default app.config mechanism.