Skip to content

Commit

Permalink
Fixup web.config for newly patched IIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hancock committed May 15, 2014
1 parent aff08e7 commit 189de40
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web.config
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>

<configSections>
<sectionGroup name="system.webServer">
<sectionGroup name="rewrite">
<section name="rewriteMaps" overrideModeDefault="Allow" />
<section name="rules" overrideModeDefault="Allow" />
</sectionGroup>
</sectionGroup>
</configSections>

<system.webServer>
<directoryBrowse enabled="false" />
<rewrite>
Expand Down

0 comments on commit 189de40

Please sign in to comment.