I have following in my parent web applications config file
<configuration>
<sectionGroup name="testmodule">
<section name="testmodule" type="RewriteModule.RewriteModuleSectionHandler, RewriteModule"/>
</sectionGroup>
........
i want to prevent child subfolders from inheriting this config section where should i put
<location path="." inheritInChildApplications="false">
, since config sections should be first child element of configuration file