web 2.0

How to install ASP (With PWS Windows 95,98,Me)

How to install ASP (With PWS Windows 95,98,Me) This the tutorial/example a scripts how install PWS Web Server for ASP programing ( Windows 95,98,Me)

ShotDev Focus:
- Install PWS for ASP (Windows 95,98,Me)

Install PWS Web Server

Click SETUP.EXE

Install PWS Web Server

Click Next >

Install PWS Web Server

Select Custom Setup

Install PWS Web Server

and Next >

Install PWS Web Server

Select a directory root page (C:\inetpub\wwwroot) Default path

Install PWS Web Server

Select MTS Install Folder

Install PWS Web Server

Installing Setup

Install PWS Web Server

if a compted install will be show this screen.

Install PWS Web Server

Show directory root path (C:\Inetpub\wwwroot)

Sample ASP Script

Sample.asp


<html>
<title>Test Asp Script</title>
<body>
<%
Response.write("Hello Welcome to ShotDev.Com")
%>
</body>
</html>

Install PWS Web Server

Create a asp file and save to path root-path/Sample.asp

Run
http://localhost/Sample.asp

Screenshot

Install PWS Web Server

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.