⇤ ← Revision 1 as of 2014-08-14 16:07:22
Size: 1549
Comment:
|
Size: 1555
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).
- Use the videos in this section to Install a AD Certificate server on CPTE265A.
- Use the videos in this section to Install a certificate for your default site on CPTE265B
- 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:
- Server: cs446.cs.southern.edu
Database: MyMovies
- Username (SQL): cpte265
Password: Hello123Passwordcpte265
Make a group called MovieEditors that is allowed to delete items from the movies application and do not put the dra user in it.
Make sure only MovieEditors can edit or delete movies. Allow any authenticated user can add or view the list.
- 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.