Skip to content

Instantly share code, notes, and snippets.

@micaleel
Created October 12, 2012 07:33
Show Gist options
  • Save micaleel/3877802 to your computer and use it in GitHub Desktop.
Save micaleel/3877802 to your computer and use it in GitHub Desktop.
Tell IIS to ignore configuration errors. Hack?
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<add name="CacheStatic" type="Dialogue.Web.Modules.CacheStaticFilesHttpModule, Dialogue.Web" />
<add name="LowercaseUrls" type="Dialogue.Web.Modules.ForceLowercaseUrlHttpModule, Dialogue.Web" />
</modules>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment