美国服务器Windows Server 2008 R2配置IIS服务的操作的步骤是比较多的,今天梦飞科技小编就来具体介绍,美国服务器Windows Server 2008 R2配置IIS服务的操作。
1、配置美国服务器系统
1)创建本地管理员用户
2)打开远程桌面
3)打开自动更新
2、关闭美国服务器防火墙
Netsh Firewall Set Opmode disable
3、禁用页面文件
wmic computersystem where name=“%computername%” set AutomaticManagedPagefile=False
4、删除页面文件,需要重启系统才能生效
wmic pagefileset delete
5、安装美国服务器驱动
pnputil -i -a 路径:<驱动文件夹><驱动文件名>.inf
6、查询现有系统支持的角色列表
dism /online /get-features /format:table
7、安装.NET Framework 2.0/3.0
dism /online /enable-feature /featurename:NetFx2-ServerCore
dism /online /enable-feature /featurename:NetFx3-ServerCore
8、安装IIS服务角色
dism /online /enable-feature /featurename:IIS-WebServerRole
dism /online /enable-feature /featurename:IIS-ISAPIFilter
dism /online /enable-feature /featurename:IIS-ISAPIExtensions
dism /online /enable-feature /featurename:IIS-NetFxExtensibility
9、安装IIS-ASPNET
dism /online /enable-feature /featurename:IIS-ASPNET
10、安装FTPSVC
dism /online /enable-feature /featurename:IIS-FTPServer
dism /online /enable-feature /featurename:IIS-FTPSvc
dism /online /enable-feature /featurename:IIS-FTPExtensibility
11、选择远程管理控制台选项,并安装IIS管理服务:
dism /online /enable-feature /featurename:IIS-ManagementService
dism /online /enable-feature /featurename:WAS-WindowsActivationService
dism /online /enable-feature /featurename:WAS-ConfigurationAPI
12、安装成功后,还需要更改一些注册表键值来激活管理服务:
Reg Add HKLMSoftwareMicrosoftWebManagementServer /V EnableRemoteManagement /T REG_DWORD /D 1
13、启动IIS服务
net start w3svc
14、添加IIS服务自启动
sc config w3svc start= auto
15、启动FTP服务
net start FTPSVC
16、添加FTP服务自启动
sc config FTPSVC start= auto
17、启动IIS服务管理器
net start wmsvc
18、美国服务器添加IIS服务管理器自启动
sc config wmsvc start= auto
19、添加站点发布目录
mkdir c:webrootlocaluserpublic
20、添加本地管理员ftp私有目录
mkdir c:webrootlocalusersuperuser
21、重启美国服务器操作系统验证服务
shutdown /r
22、关机美国服务器导出模板待用
shutdown /p
至此,美国服务器Windows Server 2008 R2配置IIS服务的操作就完成啦,希望能帮助到有需要的美国服务器用户。
梦飞科技已与全球多个国家的顶级数据中心达成战略合作关系,为互联网外贸行业、金融行业、IOT行业、游戏行业、直播行业、电商行业等企业客户等提供一站式安全解决方案。关注梦飞科技,了解更多IDC资讯!