Hi
I am trying to write a text file. I can only find stuff on File System Object which gives me errors.
If I put in:
Set FSO = Server.CreateObject("Scripting.FileSystemObject"
I get
Error: Object Required: 'Server'
If I put in:
Set FSO = CreateObject("Scripting.FileSystemObject"
I get:
Error: ActiveX component can't create object: 'Scripting.FileSystemObject'
Am I making some stupid mistake?
or
Does the server not allow this (It has let me use other asp / vbscript stuff)?
If it is the server, is there any other way to write a text file?
Any help / hints would be much appreciated.
I am trying to write a text file. I can only find stuff on File System Object which gives me errors.
If I put in:
Set FSO = Server.CreateObject("Scripting.FileSystemObject"
I get
Error: Object Required: 'Server'
If I put in:
Set FSO = CreateObject("Scripting.FileSystemObject"
I get:
Error: ActiveX component can't create object: 'Scripting.FileSystemObject'
Am I making some stupid mistake?
or
Does the server not allow this (It has let me use other asp / vbscript stuff)?
If it is the server, is there any other way to write a text file?
Any help / hints would be much appreciated.