admin管理员组

文章数量:1534361

2024年3月19日发(作者:)

一、IIS安装教程

安装方法1:通过用户界面安装

1.单击“开始”/“控制面板”/“程序”,选择“打开或关闭Windows功能”。

2.在Windows 功能对话框中,选中“Internet信息服务”

3.单击“确定”,这时Windows Vista就会启动IIS的安装过程;

注意,如果你用上述步骤安装,得到的是默认的安装,也就是最少的功能。如

果你需要额外的IIS功能,如应用程序开发功能或者Web管理工具,就要在

Windows功能对话框中,保证选中这些功能的相关复选框。

安装方法2:通过脚本安装

在脚本中输入如下的命令:

start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-

CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-Directo

ryBrowsing;IIS-

HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;II

S-

NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilt

er;IIS-

ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-Logg

ingLibraries;IIS-

RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS

-Security;IIS-

BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthenticati

on;IIS-

ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuth

entication;IIS-

URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance

;IIS-

HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManage

mentTools;IIS-

ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService

;IIS-

IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-Le

gacyScripts;IIS-

LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagemen

t;WAS-

WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-

ConfigurationAPI

如果你用这个脚本安装,就会完全安装IIS,即安装全部的IIS功能。如果有些

功能你不想用,应该编辑脚本文件,去除某个功能,如删除上面脚本中的倒数

第三行的“IIS-LegacyScripts”,只安装你需要的程序包。

安装方法3:(图文)

需要有win7的安装盘,不是gost版的,目前还没有发现有iis7.0安装包

一、安装IIS

默认情况下,windows7安装时是不会自动安装iis,只能手动安装。

1.安装IIS

开始-控制面板-程序-打开或关闭windows功能

2.如图选择安装

本文标签: 安装功能脚本选中发现