SuperConductor -> Writing to the 'Text Files Blues' (11/7/2001 20:29:00)
Hello all,
I am having trouble writing to a Text file from an ASP page. I am using the Scripting.FileSystemObject.
I can open the file in ReadOnly mode, but not in Write / Append mode. I get a 'permission denied' error message.
Any ideas would be greatly appreciated...I might even sing at your wedding.
Thanks in advance...
------------------ SuperConductor
{If hindsight were foresight...I'd be a friggin genius.}
Reflect -> RE: Writing to the 'Text Files Blues' (11/7/2001 20:26:00)
Hi,
Would that be a server side permission setting needed to be set on IIS server side? Or possbily do you need to right click on the file and set permissions there?
Both are just guesses.
Brian
------------------ Work hard, play fair, stay sane
SuperConductor -> RE: Writing to the 'Text Files Blues' (11/7/2001 20:35:00)
Brian,
I'm not so sure that it is server side. What makes me think so is that the file is in a sub web with the same permissions as the parent web. Within the parent web, I write into text files (using the FSO) in many places with no problems.