Install Web Server in Windows Server 2016

Опубликовано: 24 Июль 2026
на канале: microsoft lab
42,813
170

Donate Us : paypal.me/MicrosoftLab

Install Web Server in Windows Server 2016

1. Prepare

DC21 : Domain Controller

DC22 : Domain Member (Install web server)

WIN71 : Client

2. Step by step

DC22 : Install web service and create a web basic

Server Manager - Manage - Add Roles and Features - Next to Server Roles : Select Web Server (IIS) - Add Features

Next to Install - Close

Create a folder "Web" on C: - Create new text document and rename to "index" - View - Options - View tab

Uncheck Hide extensions for known file types - change index.txt to index.htm

Right-click index.htm - Open with - notepad - Type "This is my website ^^" - File - save - close

Server Manager - Tools - Internet Information Services (IIS) Manager - DC22 - Site - Right-Click Default Web Site

remove - Yes - Right-Click Sites - Add Website... :

Site name : WEB

Physical path : C:\WEB

OK

WIN71 : Click Internet Explorer - 10.0.0.22 - display content "This is my website ^^" - OK