18 - Windows Server 2012 Install and Configure Web Server IIS (Video in Khmer)
Learn how to install and configure web server IIS on Windows Server 2012 R2 step-by-step with video tutorial in Khmer and tips for beginners.
2026-09-15 ยท 3 min read
Hello my friend! Today I show you step-by-step how to Install and Configure Web Server (IIS) on Windows Server 2012 R2 inside VMware! IIS (Internet Information Services) allows you to host company websites, web applications, and internal portal pages directly on your server! Follow steps below with video tutorial in Khmer! Let's get started!
๐ก Tip: Default root folder for hosting IIS website files is located at
C:\inetpub\wwwroot. You can copy your custom HTML, CSS, and image files into this folder to publish your website!
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see complete process in Khmer:
Step 1: Install Web Server (IIS) Role
- Open Server Manager > click Manage menu at top right > select Add Roles and Features.
- Click Next on Before You Begin screen.
- Select Role-based or feature-based installation > click Next.
- Select your server from server pool > click Next.
- Check box Web Server (IIS) > click Add Features on popup window > click Next.
- Click Next on Features page > click Next on Web Server Role (IIS) page.
- On Role Services page, keep default settings > click Next.
- Check box Restart the destination server automatically if required > click Install.
- Wait until installation finishes showing "Installation succeeded" > click Close.
๐ก Tip: Test if IIS works immediately by opening Web Browser on server and typing
http://localhostor your server IP address! Default IIS welcome page will display!
Step 2: Create Custom HTML Website in wwwroot Folder
- Open File Explorer (
Win + E) > navigate to folder pathC:\inetpub\wwwroot. - Delete default
iisstart.htmandwelcome.pngfiles. - Right-click > select New > Text Document > name file
index.html. - Open
index.htmlwith Notepad, type HTML code (example:<h1>Welcome to My Company Web Server!</h1>) > save file.
๐ก Tip: Make sure file extension is
.htmland NOT.html.txt! In File Explorer, click View tab > check box File name extensions to verify!
Step 3: Test Website Access from Client PC
- On client computer connected to network, open Web Browser (Chrome/Edge/Firefox).
- Type server IP address in URL address bar (example:
http://192.168.1.100) > press Enter. - Your custom webpage displays successfully!
๐ก Tip: If client computer cannot open website, check Windows Firewall on server and make sure World Wide Web Services (HTTP Traffic-In) port 80 rule is Enabled!
Related Tutorials
- ๐ Windows Server 2012 Complete Tutorial Series (Video in Khmer)
- ๐ฅ๏ธ 17 - Windows Server 2012 Join Additional Domain Controller (Video in Khmer)
- ๐ 19 - Windows Server 2012 Configure DNS Server (Video in Khmer)
- ๐ก 20 - Windows Server 2012 Install and Configure DHCP Server (Video in Khmer)
- ๐ 24 - Windows Server 2012 Install and Configure FTP Server (Video in Khmer)
Hope this tutorial help you install and configure Web Server (IIS) on Windows Server 2012 R2 easily! Practice web hosting and IIS administration today. Happy learning my friends! Sharing is caring!