PDA

Click to See Complete Forum and Search --> : Cant Use ASP!!! :(


Jul 3rd, 2000, 10:21 PM
I have MS PWS installed on my computer, I fire it up and do this


<%@ language=VBSCRIPT %>
<HTML>
<HEAD>
</HEAD>
<BODY>
The current time is:
<% Response.Write Time() %>
</BODY>
</HTML>


and it doesnt work, I save it as an *.ASP file, and no luck :(

could you please help.

umair
Jul 5th, 2000, 12:11 PM
try giving "Execute" access to your <Home> / Root Folder!

RogerH
Jul 5th, 2000, 12:34 PM
Don't just open the file in your browser! ASP is processed on the server (IIS).

Roger

noone
Jul 5th, 2000, 08:19 PM
Listen to Umair. Make sure you have execute and/or script privilages set for the directory you want to run the page from.

Jul 5th, 2000, 10:33 PM
thanks, but how do I do that?

umair
Jul 6th, 2000, 12:45 AM
1. Open Personal Web Manager, either from the task bar
OR
From "Start" Menu > Programs > Accessories > Internet Tools > Personal Web Server >> Personal Web Manager.

2. In the left-bar, click Advanced button.

3. In tree-view listing the "Virtual Directories",
double click "<Home>"

4. Enter the name of directory, and put a tick against "Execute".

5. Click OK!

6. Make sure you tick "Enable Default Document"

7. type: "Default.htm, Default.asp" in the Default Document(s) textfield.

8. You're done!

Jul 6th, 2000, 01:27 PM
thank you! but I dont have personal web manager,
I can only open PWS from front page, and I have the server administrator, but I dont have the personal webmanager, and there is nothing even relevant to PWS in my task bar :(

umair
Jul 6th, 2000, 02:13 PM
PWS can be found in the Windows 98 Installation CD:
d:\add-ons\pws\

OR

You can get it from Microsoft's site.

Jul 6th, 2000, 03:54 PM
I have personal web server,
I just cant access personal web manager, I go under startmenu|programfiles|acesories|internet| and there is no personal web server folder..
I can use personal webserver, but I have to start it by opening a new web folder in frontpage...

Jul 6th, 2000, 05:17 PM
Search your c: for pws.exe, It should be there somewhere?.!?

umair
Jul 7th, 2000, 02:13 AM
On my PC, this is the path of Personal Web Manager.
C:\WINDOWS\SYSTEM\inetsrv\pws.exe

Jul 7th, 2000, 11:30 AM
nope. its not there,
I looked in the directory you told me too, but all I saw was regsvr32.exe :(

noone
Jul 7th, 2000, 03:37 PM
Dennis, are you sure that you have Personal Webserver installed? You may just be running the Frontpage webserver.

Jul 7th, 2000, 08:19 PM
maybe try to look at this directory

C:\WINDOWS\OPTIONS\CABS\PWS\Setup.exe
Hope u can get it.


:o Mac :)

Jul 7th, 2000, 08:23 PM
that could be it, I may be just running front page web server.
I'll try setting up the personal web server when I have time.

Jul 8th, 2000, 07:36 PM
I had to reformat my computer due to a totaly unrelated problem, but I went to c:\windows\options\cabs\pws\setup.exe and it worked :)
thank you all for all the help you gave me :D