Differences between revisions 8 and 9
Revision 8 as of 2016-08-21 15:02:22
Size: 1896
Editor: scot
Comment:
Revision 9 as of 2016-08-21 15:07:02
Size: 1896
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
CPTE265A (192.168.X.2) CPTE230A (192.168.X.2)
Line 26: Line 26:
CPTE 265B (192.168.X.3) CPTE 230B (192.168.X.3)

Lab 07

Perform the following on your Domain Controller and IIS server. This should be on CPTE230A (Your first Windows Server) and CPTE230B (Your Member Server).

  1. Use the videos in this section to Install a AD Certificate server on CPTE230A.
  2. Use the videos in this section to Install a 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 the CPTE230B computer.

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 CPTE265A

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)