AFAIK IIS restarts when any of the web.config files changes.
I created my own configuration files (my.config, with a slightly different hierarchy). Is it possible to restart IIS automatically (automatically) reboots when any of them also change?
EDIT: I looked at file system watchers, but I'm not sure where to put them.
source
share