Download presentation
Presentation is loading. Please wait.
Published byWarren Richardson Modified over 9 years ago
1
How the web work Web Server Web browser DNS Server 1 2 3 4
2
Web server Software installed on the operating system. Most popular web server : IIS (Internet Information Services) for Windows XP and Windows 2000,2003 Server. InstallingInstalling IIS –Control panel Add/Remove programs Add/Remove windows components IIS ConfiguringConfiguring IIS –Control panel Administrative tools Internet Information Services After installing IIS the folder Inetpub Inetpub is installed along with the O.S. The inside folder wwwroot wwwroot have the web site (Home directory). Physical path path : the path referenced to the machine itself. Virtual path path : the path referenced to the home directory of the IIS.
3
ExampleExample : –physical path : C:\Inetpub\wwwroot –virtual path : / ExampleExample : –physical path : C:\Inetpub\wwwroot\ images –virtual path : / images Viewing web site ExampleExample 1 : http:// Server_Name / ExampleExample 2 : http://Server_Name/images erver_NamServer_Name : Localhost in your machine From computer properties computer name Example 1 : http://Localhosthttp://Localhost Example 2 : http://Localhost/imageshttp://Localhost/images Default Web page : the page opened when connecting to the web server ( index.htm,default.htm). Web sharing. http://Localhost/Alias_name
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.