ISS auf Windows Server 2008

Windows Server Core: Installation des Webservers

Weitere Rollendienste hinzufügen

Alle weiteren Funktionen werden nun über die entsprechenden Parameter des Installationsbefehls hinzugefügt. Dieser hat folgende Syntax:

start /w pkgmgr /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;IIS-FTPPublishingService;IIS-FTPServer;WAS-WindowsActivationService;WAS-ProcessModel

Die Vielzahl der Parameter spiegelt die Breite der Rollendienste wider, die der IIS 7 anbietet. Deutlich wird auch, dass einige Rollendienste im Core-Modus fehlen. Das liegt daran, dass beispielsweise ASP .NET nicht unterstützt wird. Die weiteren nicht verfügbaren Funktionen sind:

  • NetFX-Erweiterbarkeit und NetFX-Umgebung für WAS (IIS-NetFxExtensibility und WAS-NetFxEnvironment)

  • Management-Konsole (IIS-ManagementConsole)

  • Management-Dienst (IIS-ManagementService)

  • Legacy-Snap-In für die Management-Konsole (IIS-LegacySnapIn)

  • FTP-Management (IIS-FTPManagement)

  • WAS-Konfigurations-API (WAS-ConfigurationAPI)