Mainos / Advertisement:

Web Server (IIS)

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
Tämä on käännetty versio sivusta Web Server (IIS), ja käännös on 100 % valmis.

Muut kielet:
English • ‎suomi

Web Server (IIS) is the web service for Windows Server operating systems. IIS enables hosting web pages and managing an FTP server easily in Windows Server. IIS is also available to workstation operating systems, with some limitations.


Installation

  1. Click on Add Roles And Features in server manager
  2. Select Web Server (IIS)
  3. You can skip the Features tab
  4. Select the features which you want to install in IIS

Your first Webpage

We create a basic webpage and look at how you manage one on the server.

  1. Open Internet and Information Services
  2. When opening it you will get a notification for additional components to IIS. We recommend you to install Microsoft Web Platform. The download page will be loaded in your browser.
  3. The base page comes with the default name Default Web Site.
  4. Open the base page in Internet Explorer by writing http://localhost in the address bar. You should see a webpage like in the picture.
  5. You can modify webpages in the path %SystemDrive%\inetpub\wwwroot. For basic editing your can use notepad.exe or download a more robust editor from the internet, such as notepad++.


FTP service

You must have installed FTP Server in IIS before you begin. Add the feature from Server Manager.

  1. We create a new FTP page
  2. We define a name and path for the FTP page (path can be the same as the WWW path)
  3. We define what address, port and host name the FTP responds with. You can also define the SSL certificate.
  4. We define the read and write privileges for users.
  5. (6!) We test functionality. Login with your regular user credentials.

Multiple web pages for different addresses

IIS can host multiple webpages

We create a second web page and make it respond only to a specific network address

Remember to define your DNS settings correctly.

If you want multiple SSL pages for the same port put a check in the Require Server Name Indicator box.

Mainos / Advertisement: