What does the requirePermission attribute in the <section> element do?
For example:
<configuration>
<configSections>
<section name="urlrewritingnet"
restartOnExternalChanges="true"
requirePermission ="false"
type="UrlRewritingNet.Configuration.UrlRewriteSection,
UrlRewritingNet.UrlRewriter" />
</configSections>
</configuration>
There is no mention of this attribute in the official documention. But, seems to be used in a lot of places.