IIS Application Pool recycle after appsettings.config change

iisiis-7.5

Is the application pool automatically recycled after the appsettings.config file has been changed (and saved)? I'm asking because I want to know whether I should recycle manually or not.
Thanks!

Best Answer

Yes. Modifying the appconfig.config file or pushing out a fresh copy of any DLL files will trigger a refresh of the app pool for your application.