<applicationInitialization
remapManagedRequestsTo="initializationPage.html" - This line is
required if you want to show a “splash page” while initializing
skipManagedModules="true">
<add initializationPage="/" /> - This line
tells IIS to send a “fake” request to application which STARTS the application
initialization
</applicationInitialization>