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
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<configSections>
<sectionGroup name="system.webServer">
<sectionGroup name="rewrite">
<section name="rewriteMaps" overrideModeDefault="Allow" />
<section name="rules" overrideModeDefault="Allow" />
</sectionGroup>
</sectionGroup>
</configSections>
<system.webServer> <system.webServer>
<directoryBrowse enabled="false" /> <directoryBrowse enabled="false" />
<rewrite> <rewrite>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment