Monday 10 December 2012

install iis6 on windows server 2003 and configuration to run a web application


Objective:

This you-tube video show how to install IIS on windows server 2003 and how to create a virtual directory of our web application and run it.Also  other IIS  configuration set up  things..

 Concept:

 When we are installing  windows -Xp or windows server 2003 OS to any computer .Os installed without   iis. To run or develop any web application (made of asp or php language) ,we have to install iis manually.
 After installing iis ,computer  becomes  a web server.We can use it for any website development(On  asp or php language)

Pr-requite:
we have some  Pr-requite for installing iis .They are...
  1.  Windows xp /windows server 2003 installation CD
  2.  CD-ROM
  3. Administrator Permission right 
Steps:
  1.   Install iis to computer.(refer below video)
  2.  Place your web application to  any drive(web application may be collection of html pages/asp pages/php pages)
  3. Make a virtual directory in iis. The virtual directory points to  your web application.
  4.  Web application must contain  a  " index.html/index.htm/index.php/index.asp "  page,because iis first call   " index.html/index.htm/index.php/index.asp " page.
  5. Now type   http://localhost/vApp/index.html  on address bar  of any browser (IE 8/Mozilla) to run the  web application, (Here VApp is virtual dir name in iis ).  



References:
      Please watch the below video for any references..This video show installation of iis on windows server2003. os.it is same as installing  iis on windows xp OS.




Please write some valuable  comment/suggestions .....