S
Scanner2001
I have a service with settings in the app.config file. I would like to
be able to change these settings without restarting the service. Something
similar to a web.config with web services. Whenever I change a setting, for
example the folder that data is written to, the change does not seem to
register. What I believe is that the app.config is read in at the startup of
the exe (windows service), and then never read again. Is there a way to
force it to read it again? I would prefer not to create another config file
if I do not have to.
Also, is there a more specific group to post to? Such as windows
services newsgroup?
Thanks,
J
be able to change these settings without restarting the service. Something
similar to a web.config with web services. Whenever I change a setting, for
example the folder that data is written to, the change does not seem to
register. What I believe is that the app.config is read in at the startup of
the exe (windows service), and then never read again. Is there a way to
force it to read it again? I would prefer not to create another config file
if I do not have to.
Also, is there a more specific group to post to? Such as windows
services newsgroup?
Thanks,
J