使用Windows Server 2008 R2 Core 架设IIS服务器

1.修改hostname(未加入域)

netdom renamecomputer %computername% /NewName:SQLServer /reboot:0

2.重命名网络适配器

netsh interface set interface name="local area connection" newname="Internal"

3.修改静态ip

netsh interface ipv4 set address name=Internal static 192.168.1.202 255.255.255.0 192.168.1.1

4.修改dns

netsh interface ipv4 set dnsserver name=Internal static 61.139.2.69 primary

5.安装.NET Framework

dism /online /enable-feature /featurename:NetFx2-ServerCore

dism /online /enable-feature /featurename:NetFx3-ServerCore

6.配置Web服务器角色

dism /online /enable-feature /featurename:IIS-WebServerRole

7.为服务器安装IIS-ASPNET角色

dism /online /enable-feature /featurename:IIS-ISAPIFilter

dism /online /enable-feature /featurename:IIS-ISAPIExtensions

dism /online /enable-feature /featurename:IIS-NetFxExtensibility

dism /online /enable-feature /featurename:IIS-ASPNET

8.验证IIS服务是否已经开始运行

sc query w3svc

9.安装IIS管理服务

dism /online /enable-feature /featurename:IIS-ManagementService

10.安装WAS-WindowsActivationService和WAS-ConfigurationAPI

dism /online /enable-feature /featurename:WAS-WindowsActivationService

dism /online /enable-feature /featurename:WAS-ConfigurationAPI

11.更改注册表键值来激活管理服务

Reg Add HKLM\Software\Microsoft\WebManagement\Server /V EnableRemoteManagement /T REG_DWORD /D 1

12.启用IIS管理服务

net start wmsvc

13.验证IIS管理服务是否已经开始运行

sc query wmsvc

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

XRayser

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值