re-read the configuration settings

G

Guest

Hi

I have been using ConfigurationSettings to read application settings and it working fine. now I want to be able to re-read the setting while it is running
for example, I am thinking to enable the user to change the configuration setting and make it effective without have to shut down and restart the program

what's the method call to get the new value from the configuration file

Thank

Michael
 
G

Guest

ConfigurationSettings are loaded at startup automatically and do not provide write capability, so you're going to have to break out your xml toolset and roll your own solution

I think I've seen some projects floating around that you could use for this prurpose. You're certainly not the only one who thinks this functionallity would come in handy

Charlie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top