Help with ASP on a Linux server

N

NEWWebDeveloper

The folowing code reads the file correctly on my localhost

<%
Dim urltext, MYPath
MYPath = Server.MapPath("testread.txt")
Set Fconn = server.CreateObject("Scripting.FileSystemObject")
Set file = Fconn.OpenTextFile(MYPath,1,false)
output = file.readall
file.close
Set file = nothing
Set Fconn = nothing
Response.write output
%>

But when I upload it to my website I get a blank. The testread.txt
file is definitely present on the web site server
 
N

Novice

It support ASP. What would you use to read and write on this type of
machine (Let me guess I am in the wrong usersgroup). However I am
writing this using VB interdev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,147
Messages
2,570,833
Members
47,378
Latest member
BlakeLig

Latest Threads

Top