PDA

View Full Version : FOS CreateTextFile Permission


ghell
01-25-2004, 12:02 PM
im trying to use this to make a textfile in asp (not asp.net, i have both but i am trying to use the asp one first)

Set fso = CreateObject("Scripting.FileSystemObject")
Set textStreamObject = fso.CreateTextFile("myfile.txt",true,false)


however, when i try to use this it gives me a permision denied error in the line containing Set textStreamObject

so do i have to turn somethig on in iis or what?

A1ien51
01-26-2004, 12:33 AM
I am not sure about this, but you might want to look into the read write properties that you have assigned, to the folder.