Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created November 6, 2012 00:02
Show Gist options
  • Save sandrinodimattia/4021265 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/4021265 to your computer and use it in GitHub Desktop.
Loading.htm splash screen
<system.webServer>
<applicationInitialization remapManagedRequestsTo="Loading.htm" skipManagedModules="true" >
<add initializationPage="/" />
</applicationInitialization>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment