Skip to content
Snippets Groups Projects
Commit 78a47c2d authored by Jared Hancock's avatar Jared Hancock
Browse files

Fixup web.config for newly patched IIS

parent 35b71c92
No related branches found
No related tags found
No related merge requests found
<?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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment