Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

1.4. VPS Setup ‐ Windows 10

Nicollas Silva edited this page Jul 30, 2023 · 1 revision

Installing IIS on Windows 10

  1. Open the Windows Control Panel:

image


  1. Open Programs > Programs and Features:

image


  1. In the left corner menu, click on the option Turn Windows features on or off:

image


  1. In the box that opens, look for the option "Internet Information Services" or "Web Server (IIS)"

image


  1. Check the box and expand the options

  2. Navigate to "World Wide Web Services" (or Web Server) > "Application Development Resources" (or Application Development)

  3. Enable .NET, CGI and Websocket options

image


  1. Click OK and wait for the installation.

  2. After installation is complete, open your browser and access the localhost domain. If it displays the default IIS page, it has been successfully installed!

image