PDA

View Full Version : Configuration Error


Acura66
01-11-2009, 08:17 AM
I have an application that worked in November. No changes were made. I went to it today and got the error message below. Any suggestions would be appreciated. Thanks, Jim



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 'system.web.extensions' is already defined. Updates to this may only occur at the configuration level where it is defined.

Source Error:





Line 2: <configuration>
Line 3: <configSections>
Line 4: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectio nGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

bruce
01-13-2009, 01:07 AM
can you post the url?

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

Acura66
01-13-2009, 01:47 AM
The url is: http://winid.com/Dotti/Default.aspx

bruce
01-14-2009, 07:25 AM
This looks like a conflict in configuration

Just a wild guess, since your application is in /dotti sub directory, do you have a web.config in your root directory that have these settings defined?

If you do, then that's your problem. You'll have to either remove it from the web.config within the /dotti directory OR use the <remove> tag to get rid of those.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)