I have been trying to show a static page to the user while the forms app initializes. I have added the following line to the web.config with no results.
<applicationInitialization remapManagedRequestsTo="splash.html" skipManagedModules="false" doAppInitAfterRestart="true"> </applicationInitialization>
Is anyone else doing this while their form loads?