How do I dynamically reload the app.config in a .net Windows application? I need to turn logging on and off dynamically and not just based upon the value at application sta
I would recommend using another XML file and not app.config. You could even watch the file for changes and automatically reload it when it changes.