ASP.net - How to trigger app restart when editing external .config file?

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
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
 
Back
Top