기본적으로 IIS 7.5은 Windows Server® 2008 R2에 설치되지 않습니다. 서버 관리자에서 역할 추가 마법사를 사용하거나 명령줄을 통해 IIS 7.5 IIS를 설치할 수 있습니다.

Windows Server 2008 R2 설치 시 Windows Server 2008 R2의 최소 서버 설치를 실행하는 Server Core 설치를 수행할 수 있습니다. 예를 들어 이 설치 유형을 선택하면 기존 Windows 인터페이스가 설치되지 않으므로 명령 프롬프트를 통해 서버를 구성해야 합니다.

요구 사항

관리자 자격 증명

이 절차를 수행하려면 다음 IIS 관리자 역할의 구성원이어야 합니다.

  • 웹 서버 관리자

Windows Server® 2008 R2에 IIS 7.5를 설치하려면

UI(사용자 인터페이스)나 스크립트를 사용하여 이 절차를 수행할 수 있습니다.

UI 사용
  1. 시작을 클릭하고 관리 도구를 가리킨 다음 서버 관리자를 클릭합니다.

  2. 역할 요약에서 역할 추가를 클릭합니다.

  3. 역할 추가 마법사를 사용하여 웹 서버 역할을 추가합니다.

중요

역할 추가 마법사를 사용하여 IIS를 설치하면 역할 서비스의 최소 집합을 갖춘 기본 설치를 수행하게 됩니다. 응용 프로그램 개발 또는 상태 및 진단 등의 추가 IIS 역할 서비스가 필요한 경우 마법사의 역할 서비스 선택 페이지에서 이러한 기능에 연결된 확인란을 선택해야 합니다.

스크립트 사용
  • 다음 명령을 스크립트에 입력합니다.

    CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell

중요

이 스크립트를 사용하면 사용 가능한 모든 기능 패키지가 설치되는 전체 IIS 7 설치가 수행됩니다. 필요하지 않은 기능 패키지가 있으면 필요한 패키지만 설치하도록 스크립트를 편집해야 합니다.

Server Core 설치를 사용하여 Windows Server 2008 R2에 IIS 7.5를 설치하려면

.NET Framework에 의존하는 IIS 7 구성 요소를 설치하려면 먼저 .NET Framework를 설치해야 합니다. .NET Framework가 이미 설치되어 있지 않으면 .NET Framework에 의존하는 구성 요소가 설치되지 않습니다.

스크립트를 사용하여 .NET Framework 및 전체 IIS 7.5 설치를 Server Core에 설치
  • 다음 명령을 스크립트에 입력합니다.

    CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell;NetFx2-ServerCore;NetFx2-ServerCore-WOW64

Server Core에 전체 IIS 7.5 설치를 수행하는 스크립트 사용
  • 다음 명령을 스크립트에 입력합니다.

    CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell

중요

이 스크립트를 사용하면 Server Core에서 사용 가능한 모든 기능 패키지가 설치되는 전체 IIS 설치가 수행됩니다. 필요하지 않은 기능 패키지가 있으면 필요한 패키지만 설치하도록 스크립트를 편집해야 합니다.

Server Core에 기본 설치를 수행하는 스크립트 사용
  • 다음 명령을 스크립트에 입력합니다.

    start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI

중요
  • 이 스크립트를 사용하면 사용 가능한 기능 패키지의 최소 집합이 설치되는 기본 IIS 설치가 수행됩니다.

관련 정보


목차