---
title: Configuring IIS for the installation of Xperience
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

For Xperience to work correctly with your IIS, your [system](https://docs.kentico.com/13/installation/system-requirements.md) needs to have the following features enabled:

- On Windows 8.1 and Server 2012/2012 R2: **ASP.NET 4.5**, **.NET Extensibility 4.5**, **ISAPI Extensions**, **ISAPI Filters** and **Static Content**
- On Windows 10, 11 and Server 2016/2019: **ASP.NET 4.7** or **4.8**, **.NET Extensibility 4.7** or **4.8**, **ISAPI Extensions**, **ISAPI Filters** and **Static Content**

Check that the features are enabled in your system.

> **Note:** If these features are not enabled, the Xperience Installer might not detect that IIS is installed on your computer, and could additionally install IIS Express.

## Windows OS

1. Open the Windows **Control Panel**.
2. In the Control Panel, click **Programs and Features** and then click **Turn Windows features on or off**.
3. In the **Windows Features** dialog, expand the **Internet Information Services -> World Wide Web Services** category.
4. In the **Application Development Features** category, enable:

   - **ASP.NET 4.5** (Windows 8.1)
   - **ASP.NET 4.8** (Windows 10, 11)

     > **Info:** This should automatically enable the **.NET Extensibility** (.NET Extensibility 4.5 / 4.8), **ISAPI Extensions** and **ISAPI Filters** features.
5. In the **Common HTTP Features** category, enable the **Static Content** feature.
6. Click **OK**.

On Windows 8.1:

![Enabling IIS features on Windows 8](https://docs.kentico.com/docsassets/13/configuring-iis-for-the-installation-of-xperience/IIS_win8.png "Enabling IIS features on Windows 8")

On Windows 10 or 11:

![Enabling IIS features on Windows 10](https://docs.kentico.com/docsassets/13/configuring-iis-for-the-installation-of-xperience/IIS_win10.png "Enabling IIS features on Windows 10")

## Windows Server OS

If working with Windows Server editions, the process depends on your version:

### Windows Server 2012 and 2012 R2

1. Open the Windows **Server Manager**.
2. Click **Add roles and features** in the **Quick start** section.
   - The **Add Roles and Features Wizard** dialog appears.
3. Leave the settings and click **Next** until you get to the **Server Roles** step.
4. Expand the _Web Server_ _(IIS)_ item.
5. Select the following check boxes if they are not selected yet:
   - _Common HTTP Features_
     - _Static Content_
   - _Application Development_
     - _.NET Extensibility 4.5_
     - _ASP.NET 4.5_
     - _ISAPI Extensions_
     - _ISAPI Filters_
6. Click **Next** until the **Install** button is enabled.
7. Click **Install** and continue with the wizard.

![Enabling IIS features on Windows Server 2012](https://docs.kentico.com/docsassets/13/configuring-iis-for-the-installation-of-xperience/IIS_win2012.png "Enabling IIS features on Windows Server 2012")

### Windows Server 2016 and 2019

1. Open the Windows **Server Manager**.
2. Click **Add roles and features** in the **Quick start** section.
   - The **Add Roles and Features Wizard** dialog appears.
3. Leave the settings and click **Next** until you get to the **Server Roles** step.
4. Expand the _Web Server_ _(IIS)_ item.
5. Select the following check boxes if they are not selected yet:
   - _Common HTTP Features_
     - _Static Content_
   - _Application Development_
     - _.NET Extensibility 4.7_
     - _ASP.NET 4.7_
     - _ISAPI Extensions_
     - _ISAPI Filters_
6. Click **Next** until the **Install** button is enabled.
7. Click **Install** and continue with the wizard.

![Enabling IIS features on Windows Server 2019](https://docs.kentico.com/docsassets/13/configuring-iis-for-the-installation-of-xperience/IIS_win2016.png "Enabling IIS features on Windows Server 2019")
