Differences between revisions 10 and 11
Revision 10 as of 2016-08-21 15:24:10
Size: 1896
Editor: scot
Comment:
Revision 11 as of 2017-10-03 21:25:36
Size: 1770
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Perform the following on your Domain Controller and IIS server. This should be on CPTE230A (Your first Windows Server) and CPTE230B (Your Member Server). Perform the following
Line 5: Line 5:
 1. Use the videos in this section to Install a certificate for your default site on CPTE230B  1. Use the videos in this section to Install IIS with an X.508 certificate for your default site on CPTE230B
Line 16: Line 16:
Note: You will need to add the "Application Server Role" and the "{{{WinRM}}}" feature to the CPTE230B computer. Note: You will need to add the "Application Server Role" and the "{{{WinRM}}}" feature to IIS server.

Lab 07

Perform the following

  1. Use the videos in this section to Install a AD Certificate server on CPTE230A.
  2. Use the videos in this section to Install IIS with an X.508 certificate for your default site on CPTE230B
  3. Use the videos in this section and course lecture notes to Create and deploy a Movies site using Windows Authentication (make sure to disable anonymous access). Use the following information to connect to the database:
    1. Server: cs446.cs.southern.edu

    2. Database: MyMovies

    3. Username (SQL): cpte230

    4. Password: Hello123Passwordcpte230

    5. Make a group called MovieEditors that is allowed to delete items from the movies application and do not put the dra user in it.

    6. Make sure only MovieEditors can edit or delete movies. Allow any authenticated user can add or view the list.

    7. Require the site to use SSL

Note: You will need to add the "Application Server Role" and the "WinRM" feature to IIS server.

Document the new services for each server on a new page named services I.e.

Services Installed:

CPTE230A (192.168.X.2)

  • AD DS Server
  • AD Certificate Authority

CPTE 230B (192.168.X.3)

  • IIS (With SSL Certificate from AD Cert. Auth.)
  • Movies Web Application using Windows Authentication
    • Site requires SSL
    • Only MovieEditors can change or delete movies. Authenticated users can add or view movies.

Video Grade Guide

Topics

Points

Video shows the Certificate Server and certificates issued on CPTE230A

30

Video shows a complete use of the Movies website with both success and failures of edits using appropriate logins.

60

Video talks through the documentation

10

WindowsAdministration/Lab07WebServerInstall (last edited 2023-11-02 19:30:29 by scot)