#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog
>

How to install IIS (Internet Information Services) on Windows 10?

koskila
Reading Time 3 min
Word Count 520 words
Comments 0 comments
Rating n/a (0 votes)
View

It's the roaring twenties again, cloud is the hot stuff, and nobody needs a server anymore. Right?

Nope! I've been involved in more on-prem or hybrid projects in the last 12 months than in the last 3-4 years combined. There are plenty of industries and valid uses for still setting up on-prem servers. And quite often, that includes setting up IIS (Internet Information Services) on said machines.

And of course, there's the classic use case - local development. Depending on what you're trying to achieve, you might be fine with "just" IIS Express, but often you'll still want to set up a full-blown IIS installation.

For this case, you might be setting up IIS on Windows 10 as well. And this short and sweet tutorial will guide you through just that!

Prerequisites

The process has remained essentially the same, at least since the days of IIS 7.0 over 10 years ago - obviously, the screenshots below would be slightly different for different versions of the Operating System each IIS version ships with.

Talking about that - here's a list of different IIS versions that are available with different Windows versions:

IIS version Operating System version
IIS 10 Windows Server 2019 Windows Server 2016 Windows 10 (Enterprise, Education, Pro)
IIS 8.5 Windows Server 2012 R2 Windows 8.1
IIS 8 Windows Server 2012
IIS 7.5 Windows 7 Windows Server 2008 R2
IIS 7.0 Windows Server 2008
IIS 6.0 Windows Server 2003

Internet Information Services versions shipped with different Windows Operation Systems

In short, you'll need one of those Windows versions, an internet connection, and an administrator account. That's it.

Solution

Okay - let's get to it, then!

Time needed: 10 minutes.

To enable IIS on a Windows 10 computer, follow these steps!

  1. Open the Start menu

    That's where it starts. Probably not a surprise.

  2. Type features and select Turn Windows features on or off

    It'll look something like this:
    This image has an empty alt attribute; its file name is image-6.png

  3. Choose your IIS configuration of choice

    I'm not gonna lie, 99% of the time it's safe to get started by just installing IIS with default options - i.e., just select the checkbox for "Internet Information Services". You'll see the checkbox "filled", which means you don't have everything selected. Instead, you'll get a basic selection of default modules.

    This image has an empty alt attribute; its file name is image-7.png

    Hit OK to proceed with the installation!

    If you want to see what my machine - Windows 10 Enterprise - gets by default, check out appendix 1!

  4. Practice your patience

    It'll take a while. This is what you'll see:

    This image has an empty alt attribute; its file name is image-9.png

    And after a while...

    This image has an empty alt attribute; its file name is image-10.png

    Yay!

  5. That's it!

    You can now get started with your IIS server by searching for "IIS" - you should get results somewhat like in the screenshot below:

    This image has an empty alt attribute; its file name is image-11.png

You can also start IIS Manager by hitting the windows key + R and entering "inetmgr" and hitting Enter - the end result is the same as searching for it from the Start Menu.

Launching Internet Information Services Manager Console from run -dialog.


References & Appendices

Appendix 1

Comments

Interactive comments not implemented yet. Showing legacy comments migrated from WordPress.

No comments yet.