【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 编辑过 |
关键字查询
相关文章
正在查询... |