In the web.config, there is the declare of the Elmah section.
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah"/>
This means that the class of Elmah.SecuritySectionHandler will handle the section information. But I opened the Elmah.dll and tried to find this class. I can't find this class in the assembly. Why?