Well, I mean on the same level as <appSettings> and <configSections> in
the web.config. If I define my custom section inside a custom 'group
section', my section handler is never called, but when I move it out from
the 'group section', then my handler class is called.