【C#】自動(dòng)安裝IIS8,同時(shí)安裝好asp.net 4.5
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
本文檔介紹如何在WindowsServer®2012 R2上安裝Internet信息服務(wù)(IIS)8.5。IIS是Windows Server 2012 R2中的Web服務(wù)器角色。Windows Server 2012 R2操作系統(tǒng)具有支持在生產(chǎn)環(huán)境中托管Web內(nèi)容所需的所有IIS功能。Windows 8還包括IIS功能,但是功能的可用性取決于操作系統(tǒng)版本。
確保在計(jì)劃安裝IIS 8.5的計(jì)算機(jī)上具有管理員權(quán)限。請(qǐng)注意,默認(rèn)情況下,即使您以內(nèi)置管理員以外的用戶身份登錄,也沒(méi)有管理員權(quán)限,即使您已添加到計(jì)算機(jī)的本地Administrators組中也是如此。
登錄到內(nèi)置管理員帳戶,或使用runas命令行工具以內(nèi)置管理員的身份顯式調(diào)用應(yīng)用程序。您可以運(yùn)行runas / user:administrator cmd.exe,以便提升從該命令行運(yùn)行的每個(gè)應(yīng)用程序,而無(wú)需在該命令行中使用runas語(yǔ)法。 執(zhí)行下面的bat文件即可從命令行安裝IIS 8.5,bat文件內(nèi)容如下:
@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其它的功能,下面是說(shuō)明: 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 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |