Build Web Server


Build Web Server (IIS: Internet Information Services)

=>Can use with Intranet & Internet
=>Used to fly Web site or as Web Hosting
---------------------------------------------------
To protect from Hacker:
=>Microsoft build up IIS 6.0 have:

a.IIS Lockdown Wizard: Use to Lock & Unlock web server like: .asp, .html,
  .jpg, .gif, .bmp ...  and can multi operate Active Server Page
with Front Page server.

b.FTP User Isolation: Protect from Hacker that used Protocol TCP/IP on other
Operation System attack to FTP Server.

c.Can Access with Low-Privileged account for down attack from Hacker like:
-Active Control : Control user account with web server
-Authentication : provide the real protect (User account & Pwd)
-Encryption : Secure with online business (Bank, Credit Card...)
 that provide Encryption to Protocol secure Sock Layer
 (SSL 3.0).
-Auditing : control user account with web site.
-----------------------------------------------------
There are 4 IIS sevice:
a.File Transfer Protocol (FTP) Server : It is a service that use protocol FTP that
 can Upload fast Data (port=21).
b.Hyper Text Tranfer Protocol (HTTP) : It use protocol HTTP for translate code:
 (HTML, java, Asp, Php... "Port=80").
c.Simple mail Transfer Protocol (SMTP) : For send mail to internet.
d.Network News Transfer Protocol (NNTP) : For read the new of news ISP provider.

---------------------------------------------------
1. Add IIS Components:
-Start => Administrative tool => Manage your Server
-Click Role => Add Roles => Choose Application Server (IIS, Asp.NET)
(Follow screen).
---------------------------------------------------
2.Set directory path for storing website:

-Start => Administrative Tools => Internet Information Services (IIS) Manager
-Expand Server name\ Web Sites\Default Website => Right-click on it =>

a.Website:
-Description : (vithya-computer)
-IP address : (192.168.168.168)

b.Home Directory:
-Local Path: (C:\inetpub\wwwroot)

-Tick: (Script Source access)

c.Documents (Set index file "index.htm"):
=> Move Index.htm to the first top
 to make default home page of the website.

=>ok-select all - ok
---------------------------------------------------
3.Create Virtual Directory:
=> R-click (vithya-computer)- New Virtual Directory
-Next - Alias: (vithya-computer)
-Path: (C:\Inetpub\wwwroot)-Next(2)-finish

---------------------------------------------------
4.Create website:
-Creat new file name: index.htm and open with notepad => write some words
 you want - save it to (C:\inetpub\wwwroot).

5.Test Opening website:
-Open IE or Firefox on client computer or server
-Type IP address of Web server: (192.168.168.168)