Module Code & Module Title Level 5 - Operating Systems
Module Code & Module Title Level 5 - Operating Systems
Assessment Type
Logbook 4
Semester 3rd
2024 Autumn
I confirm that I understand my coursework needs to be submitted online via MST Classroom
under the relevant module page before the deadline in order for my assignment to be accepted
and marked. I am fully aware that late submissions will be treated as non-submission and a
mark of zero will be awarded.
Table of Contents :
Step 1: Open windows server’s server manager dashboard and click on “Add roles and
features” . .............................................................................................................................................. 4
Step 2 : Now click on next button . .................................................................................................... 5
Step 3 : Tick “Role-based or feature-based installation” ............................................................... 6
Step 4 : Click on next button without changing any setting on this page . .................................. 7
Step 5 : Tick on “Web Server (IIS)” feature and add features and click on next . ...................... 8
Step 6 : Again click next leaving all default values . ....................................................................... 9
Step 8 : Click next button without changing all value . ................................................................. 11
Step 9 : Tick on “Restart the destination server automatically if required” and press Yes
button and press on install . .............................................................................................................. 12
Step 10 : Now it will take some time to get installed required features . ................................... 14
Step 11 : We have successfully installed Web Server role in windows Server. Now click on
Tools menu in Server Manager Dashboard and find for “Internet Information Services(IIS)”
and click on it . .................................................................................................................................... 15
Step 12 : The IIS manager will be now open. We can see our server name on the left pane
of the manager . ................................................................................................................................. 16
Step 13 : Click on dropdown button. Now you may see “Sites” option. Again click on drop
down button near Sites menu . ........................................................................................................ 17
Step 14 : As we can see there is only One web site which is default website. Now we are
going to add new website. Right click on “Sites” and click on “Add Website” . ........................ 18
Step 15 : Now we need to enter site credentials. Give name “mysite.local” on Site name, On
Physical path select the folder where our website file are located On Host name we need to
type “mysite.local” . ............................................................................................................................ 19
Step 16 : If you faced this issue then we don’t have to worry. It means we need to register
our site in host file too . ..................................................................................................................... 20
Step 17 : To register our site in host file, we need to open the hosts file in notepad which is
located at the following path: C/Windows/System32/drivers/etc/hosts. Now open that hosts
file using notepad . ............................................................................................................................. 21
Step 18 : Add the following line at the end of the file: 127.0.0.1 mysite.local And save it . .... 28
Step 19 : Now reload the webpage. Boom our website has been loaded . .............................. 29
Objective:
The objective of this workshop is to install roles and features in windows server 2022
that helps to host a static website.
Requirements: Download a template using www.free-css.com and extract it. Create
a folder in C drive and copy all the extracted files in that folder.
Step 1: Open windows server’s server manager dashboard and click on
“Add roles and features” .
Step 2 : Now click on next button .
Step 3 : Tick “Role-based or feature-based installation” .
Step 4 : Click on next button without changing any setting on this page .
Step 5 : Tick on “Web Server (IIS)” feature and add features and click on
next .
Step 6 : Again click next leaving all default values .
Step 7 : Click on next button .
Step 8 : Click next button without changing all value .
Step 9 : Tick on “Restart the destination server automatically if required”
and press Yes button and press on install .
Step 10 : Now it will take some time to get installed required features .
Step 11 : We have successfully installed Web Server role in windows
Server. Now click on Tools menu in Server Manager Dashboard and find
for “Internet Information Services(IIS)” and click on it .
Step 12 : The IIS manager will be now open. We can see our server
name on the left pane of the manager .
Step 13 : Click on dropdown button. Now you may see “Sites” option.
Again click on drop down button near Sites menu .
Step 14 : As we can see there is only One web site which is default
website. Now we are going to add new website. Right click on “Sites” and
click on “Add Website” .
Step 15 : Now we need to enter site credentials. Give name “mysite.local”
on Site name, On Physical path select the folder where our website file
are located On Host name we need to type “mysite.local” .
Step 16 : If you faced this issue then we don’t have to worry. It means
we need to register our site in host file too .
Step 17 : To register our site in host file, we need to open the hosts file
in notepad which is located at the following path:
C/Windows/System32/drivers/etc/hosts. Now open that hosts file using
notepad .
Step 18 : Add the following line at the end of the file: 127.0.0.1
mysite.local And save it .
Step 19 : Now reload the webpage. Boom our website has been loaded .