How to install your own IIS serverOnce installation has completed, point a browser to http://localhost Change the default document serving orderLet's configure the default document serving order and create our own server home page. Go to Control Panel -> Administrative Tools -> Internet Information Services. Expand the local computer directory, then right click on Default Web Site and select Properties from the cascade. After the Properties panel opens, select the Documents tab. In the Default Document listing box use the Add button to add index.htm and index.html. Now use the up and down arrow buttons on the left side to reorder the listing. Place the index.htm and index.html at the top and either move down or remove the iisstart.asp listing. Make sure you remember to hit the Apply button. Now whenever you place an index.htm in any folder, the web server will know that it's the default document and if available, it will serve it first in the directory. Create a server home pageUsing Notepad or Dreamweaver, just write a simple index.htm test document and then save it into your C:\Inetpub\wwwroot directory. <html> With a browser navigate to http://localhost
Using Notepad or Dreamweaver, write the following and then save it into your C:\Inetpub\wwwroot\ directory. <html> With a browser, navigate to http://localhost/nodoubt.asp How to change the TCP port for IIS serviceshttp://support.microsoft.com/kb/149605Creating Multiple Sites Using Portshttp://technet.microsoft.com/en-us/library/cc758137(WS.10).aspx Referenceshttp://www.iisanswers.com/IISFAQ.htm |
OS Configurations > Windows XP >