writeline permission denied

D

Dodo

I'm trying to append to a file a string such as the following: 127599.0
127838.5 14.434 87

first error - 500 internal server error
refresh
second error - echoes string...does not append file
refresh
third error - permission denied

Any ideas greatly appreciated!

<%set
file=server.createobject("scripting.filesystemobject").opentextfile(server.m
appath("mpg.txt"),8)
file.writeline(request.querystring("start")&"
"&request.querystring("finish")&" "&request.querystring("gallons")&"
"&request.querystring("octane"))
file.close%>
 

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
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top