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)
we have some Pr-requite for installing iis .They are...
- Windows xp /windows server 2003 installation CD
- CD-ROM
- Administrator Permission right
- Install iis to computer.(refer below video)
- Place your web application to any drive(web application may be collection of html pages/asp pages/php pages)
- Make a virtual directory in iis. The virtual directory points to your web application.
- 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.
- 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 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 .....