Iis7.5 in win7 does not support http binding.

Source: Internet
Author: User

Activate win7 first

Open the control panel.
Programs and functions
Enable and disable the window Function
The Windows function window is opened,

Find Internet Information Service,
Click the plus sign in front of Internet Information Service,
Find the web management tool,
Select IIS management service, IIS management scripts and tools, and IIS Management Console.

Then open the world wide web service and the application development function,
Select. NET extension, ASP, ASP. NET, ISAPI extension, and ISAPI filter,
If you want to install PHP, you must also select CGI.

Then, click
Select the wcf http actived (Windows Process activation Service)

After selecting these items, click OK. IIS Installation started in Windows.

After the installation is complete, no default Web site is created and when I try to add a new website,
There is no option in the binding section of the type below to select the drop-down, if there is no: http, ftp, etc.
The following solution can be used:

Method 1: modify the configuration file
In the window \ system32 \ inetsrv \ config \ aplicationHost. xml (config) File
The HTTP listenerAdapters node is added as follows:Copy codeThe Code is as follows: <listenerAdapters>
<Add name = "http"/>
</ListenerAdapters>

Save the xml configuration file and restart iis.
After a new website is created, the following binding type will be the http binding type.

Method 2: reinstall
Reinstall
Under Microsoft. Net Framework3.5.1
Select the wcf http actived (Windows Process activation Service)

Find the web management tool,
Reinstall and select the IIS management service, IIS management scripts and tools, and the IIS Management Console.

Then open the world wide web service and the application development function,
Select. NET extension, ASP, ASP. NET, ISAPI extension, and ISAPI filter,
If you want to install PHP, you must also select CGI.

Try 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.