User2110873642 posted
I have found that for the website to preload correctly I need 3 things set.
1. Application Pool needs the value Start Mode set to AlwaysRunning
2. the Web Application needs the value Preload Enabled set to True
At this point I would have thought the sites would preload correctly but they do not. I have also needed to
3. Configuration Editor for the Web Application > navigate to Section: system.webServer/applicationInitialization
and set doAppInitAfterRestart to True and also each aspx file that you want to have preloaded listed in the collection.
If an aspx file is not listed in that collection it will not be preloaded.
how can i apply application wide preload. preferably only by web.config.