<location inheritInChildApplications="false">
<sectionGroup name="system.web"></sectionGroup>
<system.web>
the above is incorrect, it should be:
<location inheritInChildApplications="false">
<system.web>
only wrap it around <system.web and <system.WebServer, don't wrap it around anything else.
Hope that helps,
Joe