Add another section in configSections ?
I have two websites one with the beerhouse (sql provider) and the other with the small business using xml as dataprovider, they are both working faultlessly, now, I need to combine both of them as one so two database work at once. I tried the web.config to add both Data provider section and the beer house section (they both need separate section in the configSections).
I tried to use <sectionGroup> in the web.config but get an error message: "sections must appear once per config file.."
and the second one: "Unrecognized the configuration section "theBeerHouse"...
anh idea?
Please help, thank you much.
|