G
Guest
Hi,
Help would be appreciated!
I am writing windows services that I do not want to restart unnecessarily.
Problem is that if I want to change application settings in the .config file,
say for instance a polling frequency, I have to restart the service to read
the new settings. All the methods to refresh/reread settings seem to work
only for user settings, not application settings.
How can I force my app to re-read the application settings from the .config
file after I've changed it at runtime?
Thanks!
Paul
Help would be appreciated!
I am writing windows services that I do not want to restart unnecessarily.
Problem is that if I want to change application settings in the .config file,
say for instance a polling frequency, I have to restart the service to read
the new settings. All the methods to refresh/reread settings seem to work
only for user settings, not application settings.
How can I force my app to re-read the application settings from the .config
file after I've changed it at runtime?
Thanks!
Paul