I get a: 

System.Configuration.ConfigurationException: Cannot get Type for
Alnitak.OrionSectionHandler,Alnitak() while XSP is parsing Web.config.

Alnitak.OrionSectionHandler derives from NameValueFileSectionHandler.


<configSections>
  <sectionGroup name="OrionGroup">
    <section name="database"type="Alnitak.OrionSectionHandler,Alnitak"
/>
    <section name="pagePath" type="Alnitak.OrionSectionHandler,Alnitak"
/>
  </sectionGroup>
</configSections>
        
<OrionGroup>
  <database>
    <add key="connectionString" value="asd" />
  </database>
  <pagePath>
    <add key="basePage" value="/default.aspx" />
  </pagePath>
</OrionGroup>

This works fine with Microsoft .NET. Am I doing something wrong or it's
a bug?

-- 
Pedro Santos <www.psantos.net>
"Si minor plus est ergo nihil sunt omnia..."

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to