An error occurred while trying to run the project: you cannot start debugging on the Web server. A server error occurred when sending an HTTP request for debugging.

Source: Internet
Author: User

Make sure that the server operation is correct. Verify that there are no syntax errors in Web. config by executing "debug"-"" start execution (not debugging. You may also need to refer to the Asp.net & ATL server debugging topic in the online document.

After inspection, it is found that an error occurred while storing the connection characters accessing the database in Web. config.

Incorrect

......

<! -- Globalization
This section sets the applicationProgramGlobal settings.
-->
<Globalization
Requestencoding = "UTF-8"
Responseencoding = "UTF-8"
/>
 
<Deleetask>
<Add key = "accessconnectionstrings" value = "provider = Microsoft. Jet. oledb.4.0; Data Source =">
</Add>
</Appsettings>

</System. Web>
</Configuration>

 

Should be changed

 

requestencoding = "UTF-8"
responseencoding = "UTF-8"
/>






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.