Custom Configuration Section Inheritance

G

Guest

I have a web.config custom configuration section using asp.net 2.0
configuration APIs. My custom configuration section inherits from
System.Configuration.ConfigurationSection.

I have a IIS root level web.config and an application level web.config, with
the application web.config inheriting from the root level web.config.

I am receiving the following message when compiling the web application...

"....Section or group name 'httpCompressionAgent' is already defined.
Updates to this may only occur at the configuration level where it is
defined....."


From the above error message it would appear that inheritance of this
particular web.config custom configuration section is being resisted.

Help !!! I can not figure this one out.

I have other custom configuration sections which are using inheritance just
fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top