Publishing Web sites with IIS under Win7

Source: Internet
Author: User

    1. Installing IIS
      Programs and features, Control Panel, click "Turn Windows features on or off" on the left

      Put these items on the hook, although some are not necessary, many hooks.
    2. Go to IIS Manager
      Control Panel, System and security management tools->iis Manager
    3. Add a new site
      In the left column, right-click sites, add sites

      Enter the name of the website. An application pool with the same name is created. Click "Connect as", select a specific user, set the credentials, enter the user name and password on the local computer. The port does not use 80 anymore, because 80 has already been used for that default website. Special emphasis: Do not fill the hostname, otherwise it can only be accessed through the host name and not through the IP (even if the local with 127.0.0.1:8090 can not access).

    4. Edit Body Verification

    5. Add a default home page. Like what I'm adding is home.aspx.
    6. Edit the application pool. By default IIS creates an application pool for our site "2012" also called 2012, and of course you can also bind site 2012 to other existing application pools.
      Click "Application Pool" in the left-hand column, select the application pool that corresponds to our site, and click "Advanced Settings" in the right-hand column. There are 3 places to change:
      My site is made with vs2010, so the. NET Framework Select V4.0
    7. Allow content retrieval (using HHTP) to go through the firewall and shut down the firewall directly if you are still unable to access the Web site.

    8. You can access it by typing ip:8090 in the browser's address bar. Of course, this IP is your intranet IP, external network users can not access (from: http://www.cnblogs.com/zhangchaoyang/articles/2309335.html)

Publishing Web sites with IIS under Win7

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.