Lab 07 Web Server Install 2016 - DNN
Perform the following on your Domain Controller and IIS server. This should be on CPTE230A (Your first Windows Server) and CPTE230C (Your Member Server).
- Use the videos in this section to Install a AD Certificate server on CPTE230A.
- Use the videos or web search to install IIS on CPTE230C (Make sure to install the application server role as well)
- Use the videos in this section to Install a certificate for your default site on CPTE230C
Install DotNetNuke using: http://www.dnnsoftware.com/wiki/how-to-install-dotnetnuke
If you get a file not found, then go to http://localhost/dotnetnuke/Install/Install.aspx for the install.
- If you get an "upgrade error" it is because your database connection string is wrong.Open web.config in the dotnetnuke directory and ensure that you have the following settings:
- Server is db2.cs.southern.edu
- Database Name is 2016_Fall_CPTE230_[username] (replace [username] with your username).
- Similarly replace the uid with "2016F_[username].
- Default Username/Password = Admin/dnnadmin
- If you installed the GUI, or have not removed the GUI, do so now.
Document the new services for each server on a new page named services I.e.
Services Installed:
CPTE230A (192.168.1.2)
- AD DS Server
- AD Certificate Authority
CPTE 230C (192.168.1.4)
- IIS (With SSL Certificate from AD Cert. Auth.)
- Dot Net Nuke content management system
Video Grade Guide
Topics |
Points |
Video shows the Certificate Server and certificates issued on CPTE230A |
30 |
Video shows the DotNetNuke website running |
40 |
Video shows the Server running without the GUI (as core server) |
20 |
Video talks through the documentation |
10 |