asp.net - Application warming up or initialisation after making a web.config change -


to warm application, have applied application initialisation settings making config changes on applicationhost.config file on iis 7.5. these works fine when recycle application pool or restart iis. have picked these settings here (http://www.orcsweb.com/blog/terri/implementing-application-initialization-on-iis-7-5/)

these setting doesn't work when make web.config changes. there way recycle application pool automatically when make change in web.config file?

i suggest read on post - nicely explains difference between application domain recycle vs. application pool recycle. imagine scenario there 2 apps sharing same app pool, recycling whole pool because of 1 app config change not desired.to answer question, not aware there setting , believe app pool recycle should done manually or via pool recycle settings.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -