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?
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?