Configure IIS In Windows 10 Operating System

Introduction

In my case, I am using Windows 10 Enterprise Edition.

Now open the browser and just type the URL http://localhost/.

Localhost

On pressing Enter, it will throw a page not found error.

Now I am going to search for the IIS manager.

Not found!

Open Control Panel.

Control Panel

Click Programs.

Programs

Under Programs and Features, click Turn Windows features on or off.

Programs and Features

A new popup will appear.

Windows Features

Just check the Internet Information Services and its related features.

Under Internet Information Services check the following folders.

  • FTP Server
  • Web Management Tools
  • World Wide Web services
  • Application development features
  • Common HTTP Feature
  • Health and Diagnostics
  • Performance Feature
  • Security

Then click OK to complete the installation of new features.

 New features

Click Restart now to apply changes to complete the IIS feature installation.

IIS feature

After a successful restart.

Now you can see the IIS webserver option on the All Programs menu.

Open the browser.

Now type URL http://localhost.

Open the browser

Internet Information Services (IIS) successfully configured.

Summary

In this article, we learned about Configure IIS In the Windows 10 Operating System. 


Similar Articles