Differences between revisions 3 and 4
Revision 3 as of 2014-08-14 16:17:09
Size: 1596
Editor: scot
Comment:
Revision 4 as of 2015-08-18 23:55:54
Size: 1878
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 8: Line 7:
   1. Server: {{{cs446.cs.southern.edu}}}
    1. Database: {{{MyMovies}}}
   1. Username (SQL): {{{pte265}}}
    1. Password: {{{Hello123Passwordcpte265}}}
    1. Make a group called {{{MovieEditors}}} that is allowed to delete items from the movies application and do not put the dra user in it.
    1. Make sure only {{{MovieEditors}}} can edit or delete movies. Allow any authenticated user can add or view the list.
   1. Require the site to use SSL
  1. Server: {{{cs446.cs.southern.edu}}}
  1. Database: {{{MyMovies}}}
  1. Username (SQL): {{{pte265}}}
  1. Password: {{{Hello123Passwordcpte265}}}
  1. Make a group called {{{MovieEditors}}} that is allowed to delete items from the movies application and do not put the dra user in it.
  1. Make sure only {{{MovieEditors}}} can edit or delete movies. Allow any authenticated user can add or view the list.
  1. Require the site to use SSL
Line 18: Line 17:
Document the new services for each server on a new page named Lab07 I.e. Document the new services for each server on a new page named services I.e.
Line 21: Line 20:
Line 31: Line 29:
   * Site requires SSL
   * Only {{{MovieEditors}}} can change or delete movies. Authenticated users can add or view movies.
  * 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||

Lab 07

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

  1. Use the videos in this section to Install a AD Certificate server on CPTE265A.
  2. Use the videos in this section to Install a certificate for your default site on CPTE265B
  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): pte265

    4. Password: Hello123Passwordcpte265

    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 CPTE265B computer.

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

Services Installed:

CPTE265A (192.168.X.2)

  • AD DS Server
  • AD Certificate Authority

CPTE 265B (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)