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