Windows7 deploying an ASP. NET Server (IIS 7)

Source: Internet
Author: User

Source: Microsoft Official website (http://technet.microsoft.com/zh-cn/library/cc731252 (v=ws.10). aspx)

Using Windows Vista or Windows 7 UI
  1. Click Start, and then click Control Panel.

  2. In Control Panel , click Programs, and then click Turn Windows features on/off.

  3. In the Windows features dialog box, click Internet Information Services to install the default features, and then select the following additional features ( World Wide Web services , Application development features ):

    • ASP

    • . NET Extensibility

    • Request filtering (World Wide Web Service-security)

    • ISAPI

    • ISAPI Extensions

  4. Click OK to close the Windows features dialog box.

  5. Note that all options under the Web Management tool need to be checked
  6. To verify that IIS is installed successfully, type the following in your Web browser:

    http://localhost

    You should see the default IIS Welcome page.

Using the command line
    • Type the following command at a command prompt or in a script:
      start/w pkgmgr/iu:iis-webserverrole;iis-webserver;i Is-commonhttpfeatures;iis-staticcontent;iis-defaultdocument;iis-directorybrowsing;iis-httperrors;i Is-applicationdevelopment;iis-aspnet;iis-netfxextensibility;iis-isapiextensions;iis-isapifilter;i Is-healthanddiagnostics;iis-httplogging;iis-logginglibraries;iis-requestmonitor;iis-security;i Is-requestfiltering;iis-httpcompressionstatic;iis-webservermanagementtools;iis-managementconsole; Was-windowsactivationservice; Was-processmodel; Was-netfxenvironment; Was-configurationapi

Related Article

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.