We are having weird configuration change errors that happen and we can't tell why. We have tried just about everything to figure out what is happening. We now want to stop the site from recycling the app domain when this happens.
If we set the setting below as True
for the Disable recycling for configuration
, what is the best way to recycle the app domain when we push new code or touch the web.config file when this is changed?
Also we have recycling of the app pool done ever night, will this clear stuff out with this setting set to True
like before?