NewsBot
1
We're storing app settings for a ASP.net web service in another .config file (not web.config) and linking to it via the syntax:
So that the same MSI can be easily configure to multiple environments at intall time.
Now, everything's working fine, except that editing the
Environment.config
file doesn't seem to trigger an app restart.
Does anyone know how this can be setup so that editing Environment.config also trigger an app restart on the next request?
More...
View All Our Microsoft Related Feeds
So that the same MSI can be easily configure to multiple environments at intall time.
Now, everything's working fine, except that editing the
Environment.config
file doesn't seem to trigger an app restart.
Does anyone know how this can be setup so that editing Environment.config also trigger an app restart on the next request?
More...
View All Our Microsoft Related Feeds