Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 312279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:00:06+00:00 2026-05-12T08:00:06+00:00

I would like to use my own custom XML format in my Web.config. In

  • 0

I would like to use my own custom XML format in my Web.config. In .Net 1.1 I was using IConfigurationSectionHandler combined with XmlSerializer. Because IConfigurationSectionHandler is depreciated, I want to do the same with ConfigurationSection. I tried it like this:

    protected override void DeserializeSection(System.Xml.XmlReader reader)
    {
        // my custom code to deserialize data from reader
    }

If I start my application, I get a Parser Error saying: “Unrecognized configuration section mySection/customChildNode”. This happens before DeserializeSection is called. What am I doing wrong? Any hint how to use custom xml in a ConfigurationSection?

Edit: a bit mor code as requested

I tried to implement my section like this:

public class MySection : ConfigurationSection
{
    protected override void DeserializeSection(XmlReader reader)
    {
        // my code
    }
}

and register it in the Web.config like this:

<sectionGroup name="mySection" type="myNamspace.MySection, myAssembly"/>

then I try to use it like this:

<mySection>
  <abc><xx/></abc>
</mySection>

I would assume that the DeserializeSection of my ConfigurationSection is called and the passed in XmlReader allows access to the contained custom XML. But DeserializeSection is not called and a get an error saying that mySection/abc is unknown.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T08:00:06+00:00Added an answer on May 12, 2026 at 8:00 am

    Try using <section> instead of <sectionGroup>.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to make a web browser for my own use with various
Instead of app-id@appspot.com or any@app-id.appspot.com I would like to use any@own-domain.tld. can this be
This is really just for my own use: I would like to be able
Does such function exist? I created my own but would like to use an
I would like to use the Tornado web server to connect to a HTTP
I would like to use ListBox1.loadfromfile method in .NET, but it doesn't seem to
I would like to create my own custom NSMutableArray of my custom objects: @interface
I have my own custom webpart. Inside this webpart I would like to display
I would like to build my own custom DI framework based on Java annotations
I would like to know, if I write my own custom RunNotifier (and Overwrite

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.