Workaround for iis7.5 No HTTP binding type in win7 _win server

Source: Internet
Author: User
Activate Win7 First

And then open the Control Panel.
Programs and Functions
Turn window features on and off
will open the Windows features window,

Find Internet Information Services,
Open the plus point in front of the Internet Information Service,
Find the Web Administration tool,
Select the IIS Management Service, IIS management scripts and tools, and the IIS management Console.

Then click on the World Wide Web service to open the application development function,
Select:. NET extensibility, ASP, ASP.net, ISAPI extensions, ISAPI filters,
If you want to install PHP, you need to also select the CGI.

And then dot Microsoft.NET Framework3.5.1 under the
Select WCF HTTP actived (that is, Windows Process Activation service)

When these are selected, the other defaults can be followed by the point OK. Windows has started installing IIS

If the installation is complete, there is no default Web site creation and when I try to add a new Web site,
There are no options in the following type of binding section to select Dropdown, if not: Http,ftp and so on.
The following solutions can be used:


Method One: Modify the configuration file
In the file of Window\system32\inetsrv\config\aplicationhost.xml (config)
The HTTP listeneradapters node was added as follows:
Copy Code code as follows:

<listenerAdapters>
<add name= "http"/>
</listenerAdapters>


After you save the XML configuration file and restart IIS
To create a new Web site, the following binding type will have an HTTP binding type.

Method Two: Reinstall
Re-install
Microsoft.NET Framework3.5.1 under the
Select WCF HTTP actived (that is, Windows Process Activation service)

Find the Web Administration tool,
Reinstall the selected IIS Management Service, IIS management scripts and tools, and the IIS management Console.

Then click on the World Wide Web service to open the application development function,
Select:. NET extensibility, ASP, ASP.net, ISAPI extensions, ISAPI filters,
If you want to install PHP, you need to also select the CGI.


You can try it again.
--the End---

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.