Forums
This topic is locked
file scripting timeouts
13 Jun 2003 19:31:18 Bec C posted:
I am using server file script code to read text files on the server.When I use the following line:
set filObject = fsoObject.GetFile("../listings/null.txt" the browser hangs and times out.
I have set I_USR permissions on the folder to read/write so what is the problem?
Thanks
Replies
Replied 13 Jun 2003 21:40:21
13 Jun 2003 21:40:21 Scott Burtscher replied:
Try this--
Set filObject = fsoObject.GetFile(Server.MapPath("../listings/null.txt")
Set filObject = fsoObject.GetFile(Server.MapPath("../listings/null.txt")