1.5. VPS Setup ‐ Windows Server - Orion-Server/cms GitHub Wiki

Installing IIS on Windows Server

  1. Open Server Manager (Click the Windows Start button and search for Server Manager). You will see a screen like this:

image


  1. Go to Manage and Add Roles and Features

image

  1. You can proceed with the installation.

  1. Arriving at the Server Roles option Check the box Web Server (IIS):

image


  1. Navigate to "Web Server (IIS)" > "Web Server" > "Application Development"

  2. Enable the .NET, CGI and Websockets options and continue the installation by advancing the steps.

image


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