Asp.net 2.0 iis cannot start server debugging

Source: Internet
Author: User

When using asp.net to create a website through http: // localhost/system learning, the system prompts the error message "server debugging cannot be started" during debugging, but you cannot search for related information on the Internet, now we want to share our solutions to save time for friends who encounter the same problem.

Cause:

The asp.net application developed with vs2005 needs to use. net framework 2.0, while the default. net environment in iis is 1.1. In this case, an unrecognized node will occur.

Solution:

Upgrade the. net environment to 2.0, start-run-cmd-

C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727 \ aspnet_regiis.exe-I

Note: Switch the directory to the above directory C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727run aspnet_regiis.exe-I

You can.

Related Article

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.