Differences between revisions 1 and 2
Revision 1 as of 2014-08-14 16:07:22
Size: 1549
Editor: scot
Comment:
Revision 2 as of 2014-08-14 16:15:32
Size: 1555
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
   * Only MovieEditors can change or delete movies. Authenticated users can add or view movies.    * Only {{{MovieEditors}}} can change or delete movies. Authenticated users can add or view movies.

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): cpte265
    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 Lab07 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.

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