Installing IIS (Internet Information Services) on a desktop machine may sound weird but it’s very useful for development purposes.
You can test your website locally before the final deploy and check any modification in a few seconds.
We’ll show you how to install IIS 8 on a Windows 8.1 operating systems and how to deploy your first website.
First of all, open your Control Panel and go to the Programs section. Click on Turn Windows features on or off:
Click on the square near Internet Information Services, a black square will appear like in the screenshot below:
After a couple of minutes the installation will be completed:
Go back to the Control Panel and open the Administrative Tools. Launch the Internet Information Services (IIS) Manager:
Click on Add Website:
Specify Path and File Name, then click Ok. Your website is now accessible at the address localhost (or 127.0.0.1):
You’re ready to enjoy your test website.
Read related articles
Configuring and using Windows Deployment Services (WDS)
Windows Deployment Services (WDS) is the Microsoft server role that enables administrators to deploy Windows operating systems over the network
How to install and configure Windows Server Update Services (WSUS)
Windows Server Update Services (WSUS) is the Microsoft component that allows centralized distribution of updates across Active Directory domains, optimizing
Sysprep in 2026: practical guide for sysadmins and MSPs
Sysprep (System Preparation Tool) is the Microsoft tool used to prepare a Windows installation for cloning. During installation, Windows generates





