IIS adds a site, unable to bind HTTP solution

Source: Internet
Author: User

One, after installation, add the site cannot choose the W binding type, Win7 in iis7.5 does not have the HTTP binding type resolution:

http://blog.csdn.net/hsg77/article/details/6709275


The simplest is to add:

In the file Window\system32\inetsrv\config\aplicationhost.xml (config)

The HTTP listeneradapters is added, as shown in the <listenerAdapters> node:

<listenerAdapters>

<add name= "http"/>

</listenerAdapters>



Second, HTTP error 404.17-not the content of the Found request appears to be a script, and therefore cannot be handled by a static file handler. :

1. In the Turn Windows feature on or off, find the World Wide Web service-application development feature, check whether the ISAPI extension and CGI are checked;


2. Check if "ISAPI" is enabled for version 4.0;

Workaround: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis-i


If you run the error message "The page you requested cannot be provided because of the ISAPI and CGI Restrictions list setting on the WEB server", you may be able to resolve it as follows:

IIS root node, right, ISAPI and CGI restrictions, set the Forbidden Dotnet version entry to allow


This article is from the "11567345" blog, please be sure to keep this source http://11577345.blog.51cto.com/11567345/1771706

IIS adds a site, unable to bind HTTP solution

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.