Logo 
Search:

C# Forum

Ask Question   UnAnswered
Home » Forum » C#       RSS Feeds

Unrecognized configuration section 'connection Strings' (Parser Error)

  Asked By: Dylan    Date: Aug 21    Category: C#    Views: 2272
  

I am getting following error message.

Error Message: Unrecognized configuration section 'connection Strings' (Parser Error)

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Cesara Fernandez     Answered On: Aug 21

Unrecognized configuration  section 'connectionStrings'

Description: An error  occurred during the processing of a configuration file required to service this request.

Cause: Possible cause for this error is application is still being running under ASP.NET 1.x

Solution: Set IIS to default to ASP.NET 2.0. By default, it stays at 1.x, and each new site needs to be set to 2.0.
In the IIS >View the properties for your website/application in IIS > ASP.NET tab > Finally Select 2.0.x to use the latest version.

 
This post is locked for further answers.