I have 2 ASP.NET 4.5 WebForms applications, each running on 2 win-2012 servers (IIS 8.0). The applications have modules (both custom and from 3rd parties) defined in their web.config. Each application includes a different set of modules.
When a server is rebooted, the modules are sometimes but not always loaded . When the application pool is recycled for either application, the modules always load as expected. This issue occurs across the 2 servers and for each of the modules seemingly randomly.
There is no entry in the event log related to this issue.
Any idea on the cause of this issue and how to solve it?