January 19, 2014

How to Create and Host a Web Page of IIS server

IIS Web Server

Web Server is a computer that delivers “Web Pages”. Every web server has an IP address & possibly Domain
name. For example, if you enter the
URL: http://www.techoinfotech.com/index.html
In your browser, this sends a request to the server whose domain name is vikas.com. The server then fetches
the page named index.html and sends it to your browser.

(Note In above URL we can use IP address & Domain name as well)
You can run many web sites with different IP address or Different Port No.
By Default “Web Server uses http protocol on port no. 80/tcp”

To configure Web Server:

1. Create a Web Page.

2. Install Internet Information Service (IIS)

Go to Control Panel – Add Remove Programs – Add Remove Windows Component – Select
Application Server – Details – Check IIS – Ok – Next – up to Finish.

3. Configure one more IP in Same Net Adapter
Right click “My Network Places – Properties – Go to TCP/IP Settings – Properties – Advanced – Add –
Type IP & Subnet – Ok – Close.

4. Create a new Web Site in Server
Start – Programs – Admin tools – IIS Manager – Right Click Web Site – New Web Site – Type Any
Description – Select IP – Brows for You Web Folder – Select Web Folder – Finish.
Right click your new web site – Properties – Documents – Add – Type your html file name – Ok –
Move up – Apply – Ok.
Now your Web site is ready……
From your client computer “Open Internet Explorer & Browse: http://IP or http://Domain name


[Note: to see port number with protocol “c\windows\system32\driver\etc” open this file with notepad]

No comments:

Post a Comment

hi, users please post comments and queries about posts and blog ,enjoy the technology.