There is no ASP. NET v4.0 in ISAPI and CGI restrictions; VS2013 detects an ASP. NET setting that is not applicable in integrated managed pipeline mode.

Source: Internet
Author: User

The system does have an ASP. NET v4.0, but there is no option in the ISAPI, which causes the server to not open.
Here's how to fix it:
1. Make sure that ASP. NET is installed when IIS is installed, and if not, check the reload, usually 404.2 when it does
2. If you installed IIS before you installed. NET, then you need to register the. NET again, usually 404.17 when you do
The command is: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe-i
Restart IIS to see the

S2013 detects an ASP. NET setting that is not applicable in integrated managed pipeline mode.

Workaround: Add node information to the <configuration></configuration> node of Web. config:<system.webserver>    < Validation validateintegratedmodeconfiguration= "false"/>  </system.webServer>
It feels like this workaround is a temporary method, not a normal one.

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.