Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (2.x): Installation > Parser Error Message: Unrecognized configuration section 'connectionStrings'

Parser Error Message: Unrecognized configuration section 'connectionStrings'

  • Chris Vickerson avatar

    Posted on Jun 7, 2006 (permalink)

    I know this must be a simple thing to fix - please advise.

    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: Unrecognized configuration section 'connectionStrings'

    Source Error:

    Line 8:    </configSections>
    Line 9:    <appSettings />
    Line 10:   <connectionStrings>
    Line 11:     <add name="SitefinityMembership" connectionString="data source=Mini;UID=weave;PWD=weave;initial catalog=SiteFinity3" providerName="System.Data.SqlClient" />
    Line 12:   </connectionStrings>

    Source File: C:\Program Files\telerik\Sitefinity2.6\Projects\SiteFinity4\web.config    Line: 10

    Reply

  • Vassil Daskalov Vassil Daskalov admin's avatar

    Posted on Jun 8, 2006 (permalink)


    Hello Chris,

    You are getting this error probably because your project is running under .NET 1.x version instead of .NET 2.x. You will need to change the ASP.NET version from the IIS manually from the properties of your project. This is needed due to the fact that the ASP.NET process does not have the rights to change the ASP.NET version of projects and thus you have to do it manually.

    Hope this will help. Let us know if there is another problem.

    Regards,
    Vassil Daskalov
    the telerik team

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (2.x): Installation > Parser Error Message: Unrecognized configuration section 'connectionStrings'