Initializing IIS Applications doAppInitAfterRestart

I have an application initialization module installed in IIS 7.5, configured apppool - AlwaysRunningand a site with preloadEnabled. This module works when the pool is restarted. When I change the web.config of the site, the request from the module is not sent. I tried to install doAppInitAfterRestarton true, but that did not help. Is there a way to configure Application Initialization to somehow send a request after restarting appdomain (e.g. changing web.config)?

+4
source share

Source: https://habr.com/ru/post/1625140/


All Articles