asp pages always prompt me to download??

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
sandmanr
-


Joined: 30 Nov 2003
Posts: 22

PostPosted: Tue Apr 12, 2005 7:12 am    Post subject: asp pages always prompt me to download?? Reply with quote

Just wondering what I'm doing wrong..Does Abyss support FilesystemDrive usage, which involves looking for the drive letter?In ohter a flat text file database?
Back to top View user's profile Send private message MSN Messenger
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Apr 12, 2005 11:19 am    Post subject: Re: asp pages always prompt me to download?? Reply with quote

sandmanr wrote:
Just wondering what I'm doing wrong..Does Abyss support FilesystemDrive usage, which involves looking for the drive letter?In ohter a flat text file database?

Abyss does not process ASP. It is ActiveHTML that does that: so you should install it first as explained in http://www.aprelium.com/abyssws/asp.html .

If a script does not work as expected, please let us know what is not conform in its behavior and post any error message you may receive. If the script is short, post it here. Otherwise, give us its download URL.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sandmanr
-


Joined: 30 Nov 2003
Posts: 22

PostPosted: Thu Apr 14, 2005 7:23 am    Post subject: Reply with quote

This is to see if the file exists (which it does)


<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")

If (fs.FileExists("C:\Program Files\Abyss Web Server\htdocs\test.txt"))=true Then
Response.Write("File C:\Program Files\Abyss Web Server\htdocs\test.txt")
Else
Response.Write("File C:\Program Files\Abyss Web Server\htdocs\test.txt doesn't exist ")
End If

set fs=nothing
%>


</body>


And return true if it does, but nothing returns, can you tell me if abyss or active html allows this sort of file finding coding??or reding or creating
Back to top View user's profile Send private message MSN Messenger
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Apr 14, 2005 12:19 pm    Post subject: Reply with quote

sandmanr,

You script worked for us without any problem (and without any modification). So the problem is probably caused by your AHTML configuration. Does other simple ASP script work for you?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sandmanr
-


Joined: 30 Nov 2003
Posts: 22

PostPosted: Thu Apr 14, 2005 7:19 pm    Post subject: Reply with quote

nope nothing works, all I get now is a blank page.


Done the config 5 times now step by step, still no joy, had it working a few weeks ago not sure whats happened.
Back to top View user's profile Send private message MSN Messenger
sandmanr
-


Joined: 30 Nov 2003
Posts: 22

PostPosted: Fri Apr 15, 2005 7:06 am    Post subject: Reply with quote

Sorted it, thx for ya help. ( i just reinstalled everything, worked a treat
Back to top View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group