Solution to the configuration section connectionstrings that ASP. NET cannot recognize

Source: Internet
Author: User

Today, I have been busy working on window Server 2003 for a long time. Finally, let's talk about the database, the environment, and the project deployment...

I was eager to visit and reportedConfiguration section "connectionstrings" that ASP. NET cannot recognize"The error... why is there a problem when a good client project is released to the server...

Specific error description:

An error occurred while processing the configuration file required to provide services to the request. Check the following error details and modify the configuration file as appropriate. Analyzer error message: Unrecognized configuration section connectionstrings source error: Row 1: <configuration> Row 2: Row 3: <connectionstrings/> row 4 :...... source File: Web. config row: 3 cause: Asp.net application developed with vs2005ProgramYou need to use. NET Framework 2.0, and the default. NET environment in IIS is 1.1. In this case, an unrecognized node will occur. 

 

Think about it... it seems that I should have installed less stuff, right:. NET Framework doesn't seem like it's 2.0... So, act now...

Solution: upgrade. Net to 2.0
"Start"-"run" enter directly in the run text box:C:/Windows/Microsoft. NET/framework/v2.0.50727/aspnet_regiis.exe-I

Solve the problem...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.