Quote:
quote:Originally posted by hasanali00
I was thinking that if I change something in configuration files (e.g. NewsUrl in NewsManager.Config) it would automatically change it in the application. But this is not the case, is it??
|
Why do you think this isn't working? You never have to recomplie just because a config file was changed. The next user who logs on will get the changed settings automatically. Of course this assumes the application isn't caching the settings.
Changing a URL while users are online isn't something you want to do very often.
Eric