Section or group name 'data' has already been definedhttp://forums.asp.net/t/796515.aspx/1?Section+or+group+name+data+has+already+been+definedThu, 22 Jun 2006 17:11:54 -0400796515796515http://forums.asp.net/p/796515/796515.aspx/1?Section+or+group+name+data+has+already+been+definedSection or group name 'data' has already been defined OK, I must be nuts. I installed 3.0.7 without any issues. But I immediately get the following error when I try to do a clean install on 3.0.8. Anyone have any ideas? Dax Server Error in '/DotNetNuke' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Section or group name 'data' has already been defined. Source Error: Line 3: Line 4: Line 5: Line 6: Line 7: Source File: c:\dotnetnuke\web.config Line: 5 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 2005-01-12T06:13:04-05:00797378http://forums.asp.net/p/796515/797378.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined Sounds like Line 5 is in the web.config twice. 2005-01-12T20:12:22-05:00797383http://forums.asp.net/p/796515/797383.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined This is probably a web.config inheritance problem. Do you have 3.0.7 in the default web and 3.0.8 in a virtual directory? 2005-01-12T20:15:52-05:00799864http://forums.asp.net/p/796515/799864.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined No, in fact I have now removed all dotnetnuke directories from my computer and I'm still getting the issue. Here is my web.config: ----- &lt;forms name=&quot;.DOTNETNUKE&quot; protection=&quot;All&quot; timeout=&quot;60&quot; /&gt; 2005-01-15T04:13:54-05:00799881http://forums.asp.net/p/796515/799881.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined This happens when you setup dotnetnuke as virtual directory under a site that already has a DNN install in the root. Look at the web.config file in the folder of your web site root, not the virtual directory. If you have a data section in that web.config file...there's your problem. Will 2005-01-15T05:31:30-05:001199105http://forums.asp.net/p/796515/1199105.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined <p>That's exactly my situation. What does one do about it?</p> 2006-02-15T16:14:30-05:001200575http://forums.asp.net/p/796515/1200575.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined <p>By way of explanation - I'm running 2.12 as the default (virtual) website under IIS&nbsp;6 on&nbsp;W2k3 server&nbsp;. I'm attempting to run 4.02 as a separate, virtual website, with the name DotNetNuke_4. I've temporarily disabled ALL the other Web.configs on the machine by renaming them web_backup.config, yet I still get the error message: <strong>&quot;Section or group name 'data' is already defined. Updates to this may only occur at the configuration level where it is defined.&quot;</strong></p> <p>I'm using the Install version of 4.02. The error&nbsp;is happening before the install scripts even get a chance to run. Anybody dealt with this before?<br> </p> 2006-02-16T18:00:55-05:001200647http://forums.asp.net/p/796515/1200647.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined <p>By way of explanation - I'm running 2.12 as the default (virtual) website under IIS&nbsp;6 on&nbsp;W2k3 server&nbsp;. I'm attempting to run 4.02 as a separate, virtual website, with the name DotNetNuke_4. I've temporarily disabled ALL the other Web.configs on the machine by renaming them web_backup.config, yet I still get the error message: <strong>&quot;Section or group name 'data' is already defined. Updates to this may only occur at the configuration level where it is defined.&quot;</strong></p> <p>I'm using the Install version of 4.02. The error&nbsp;is happening before the install scripts even get a chance to run. Anybody dealt with this before?<br> </p> 2006-02-16T18:54:25-05:001322132http://forums.asp.net/p/796515/1322132.aspx/1?Re+Section+or+group+name+data+has+already+been+definedRe: Section or group name 'data' has already been defined <p>Geert,</p> <p>I am getting the same error because I have a Virtual Directory under the root Virtual Directory.</p> <p><strong>Parser Error Message: </strong><font face="Arial">The entry 'SiteSqlServer' has already been added.<br> <br> </font><b>Source Error:</b><font face="Arial"> <br> <br> </font> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><pre class="prettyprint"><pre>Line 23: providerName=&quot;System.Data.SqlClient&quot; /&gt;--&gt;</pre> Line 24: &lt;!-- Connection String for SQL Server 2000/2005--&gt; Line 25: &lt;add Line 26: name=&quot;SiteSqlServer&quot; Line 27: connectionString=&quot;Server=192.168.0.18;Database=dnn-datefest2006;uid=xxx;pwd=xxx;&quot; <pre></pre></pre></td> </tr> </tbody> </table> </p> <p>I used to be able under DNN 3.2 to comment out the HTTP Modules in the web.config of the site under the root site.</p> <p>It doesn't work with DNN 4. Do you have any suggestions on how to run a&nbsp;DNN 4&nbsp;site under another DNN 4&nbsp;site pointing to 2 SQL DB's.</p> <p>&nbsp;</p> <p>thanks&nbsp;</p> 2006-06-22T17:11:54-04:00