Skip to content

Instantly share code, notes, and snippets.

@steliodibello
Created November 10, 2020 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steliodibello/f2962f8deb43000f9537bc707034a88a to your computer and use it in GitHub Desktop.
Save steliodibello/f2962f8deb43000f9537bc707034a88a to your computer and use it in GitHub Desktop.
<system.webServer>
<applicationInitialization
doAppInitAfterRestart="true"
skipManagedModules="true">
<add initializationPage="/" />
<add initializationPage="/page1/" />
<add initializationPage="/Category/page2/" />
</applicationInitialization>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment