Wednesday, November 14, 2007

How to install PWS and run ASP on Windows 98

1. Open the Add-ons folder on your Widnows98 CD, find the PWS folder and run the setup.exe file.
2. An Inetpub folder will be created on your harddrive. Open it and find the wwwroot folder.
3. Create a new folder, like "My Web", under wwwroot.
4. Use a text editor to write some a ASP code, save the file as "test1.asp" in the "My Web" folder.
5. Make sure your Web server is running.
6. Open your browser and type in "http://localhost/MyWeb/test1.asp", to view your first ASP page.

No comments: