Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 18th, 2007, 01:20 AM
Authorized User
 
Join Date: Dec 2006
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.
 
Old April 21st, 2007, 10:08 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You're probably only beginning to see how complex this job is going to be. You'd save many hours of work to keep these as separate sites, but just have them use the same DB. That's a much easier job since the TBH tables all have a TBH prefix.

If you insist on merging everything, then the membership system also has to be merged. This is not a problem if there are no logins on the XML site.







Similar Threads
Thread Thread Starter Forum Replies Last Post
Add a CDATA section; add nodeset to CDATA section kssudhish XSLT 3 January 3rd, 2008 07:13 AM
why use <configSections> instead of <appSettings>? jini BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 4 January 28th, 2007 08:35 PM
Add Push button or Check Box in outlook add-ins capdevs VS.NET 2002/2003 0 January 7th, 2006 08:51 AM
CDATA section kai77 Beginning VB 6 0 October 31st, 2004 04:50 PM
How i can add two details section kamrun Pro VB 6 0 August 7th, 2004 02:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.