How to Test Your Web?

Started by sukishan, Jul 13, 2009, 08:01 AM

Previous topic - Next topic

sukishan

Test Your Web

After you have installed IIS or PWS follow these steps:


1. Look for a new folder called Inetpub on your hard drive
2. Open the Inetpub folder, and find a folder named wwwroot
3. Create a new folder, like "MyWeb", under wwwroot
4. Write some ASP code and save the file as "test1.asp" in the new folder
5. Make sure your Web server is running (see below)
6. Open your browser and type "http://localhost/MyWeb/test1.asp", to view your first web page

Note: Look for the IIS (or PWS) symbol in your start menu or task bar. The program has functions for starting and stopping the web server, disable and enable ASP, and much more.
A good beginning makes a good ending