Visual Studio. NET has detected that the specified web server is not running ASP. NET 1.1 ..)

Source: Internet
Author: User
Yesterday, my colleague was debugging an installation. net web server again appears "Visual Studio. net has detected that the specified web server is not running ASP. NET 1.1 .. "Let me help you with the error. It took me half a day to fix it. What is the problem?

In the past, she deleted the "Default web site" in IIS and created a new site. When the site runs normally, it cannot be compiled or created. If a non-Version 1.1 error occurs, the previous error occurs because, the server uses a fixed IP address, and the administrator sets the IP address in the attribute as the specified IP address! Now it is necessary to make a summary!

Follow these steps:

1. Check whether version 1.1 is installed. Check the path c: \ winnt \ Microsoft. NET \ framework \ v1.1.4322.

2. As many people know, If you reinstall aspnet_regiis and how to install it, I will not say much about it. There are a lot of Internet resources!

3. Restart IIS and restart ASP. NET.Program

4. if your web server uses a fixed IP Address: Make sure that "Default web site" is used in your "Internet Information Service" and the IP address in its attribute is "(all are not allocated) instead of the specified IP address. You can modify the name of the "Default web site", but do not delete it. Once deleted, the name can be restored as long as it is strictly "Default web site" when it is created.

5. If your IE uses a proxy, check the bypass proxy server for local adresses.

6. If you already have a Web site, uninstall it without re-installing vs.net. You only need to reinstall IIS.

7. If the problem persists, there is no way to fix it. Reload IIS, framwork,. net, and the operating system.

Finally, let's talk about a security problem. Try not to point IIS to the default path c: \ Inetpub \ wwwroot, which is very vulnerable to attacks. It is best to point it back to a new path, and then delete the wwwroot folder. If you need to upload files, you must stop uploading ". "HTA" file to grant Website access permissions, block and execute the HTA file, and back up the database!

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.