Merge pull request #4283 from DavidIQ/ticket/14587

[ticket/14587] Remove sectionGroup from web.config

* DavidIQ/ticket/14587:
  [ticket/14587] Remove sectionGroup from web.config
This commit is contained in:
Joas Schilling 2016-04-08 16:34:43 +02:00
commit 2ae17d6caf
No known key found for this signature in database
GPG key ID: 70A0B324C41C0946

View file

@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configSections>
<sectionGroup name="system.webServer" >
<sectionGroup name="rewrite">
<section name="rules" overrideModeDefault="Allow" />
</sectionGroup>
</sectionGroup>
</configSections>
<system.webServer>
<rewrite>
<rules>