【C#】自動安裝IIS8,同時安裝好asp.net 4.5
當前位置:點晴教程→知識管理交流
→『 技術文檔交流 』
本文檔介紹如何在WindowsServer®2012 R2上安裝Internet信息服務(IIS)8.5。IIS是Windows Server 2012 R2中的Web服務器角色。Windows Server 2012 R2操作系統具有支持在生產環境中托管Web內容所需的所有IIS功能。Windows 8還包括IIS功能,但是功能的可用性取決于操作系統版本。
確保在計劃安裝IIS 8.5的計算機上具有管理員權限。請注意,默認情況下,即使您以內置管理員以外的用戶身份登錄,也沒有管理員權限,即使您已添加到計算機的本地Administrators組中也是如此。
登錄到內置管理員帳戶,或使用runas命令行工具以內置管理員的身份顯式調用應用程序。您可以運行runas / user:administrator cmd.exe,以便提升從該命令行運行的每個應用程序,而無需在該命令行中使用runas語法。 執行下面的bat文件即可從命令行安裝IIS 8.5,bat文件內容如下:
@echo off echo Installing IIS8 Please Waiting...
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-WebSockets;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET45;IIS-NetFxExtensibility45;NetFx4Extended-ASPNET45;IIS-ASP;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-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
echo IIS8 Install Is Successed.
pause 如果安裝iis其它的功能,下面是說明: https://docs.microsoft.com/en-us/iis/install/installing-iis-85/installing-iis-85-on-windows-server-2012-r2 該文章在 2021/5/11 18:34:21 編輯過 |
關鍵字查詢
相關文章
正在查詢... |