Hello!
I am new to ASPs and I have run into the following error message:
Microsoft VBScript runtime error '800a01a8'
Object required: '[number: 0]'
/development/index.asp, line 17
I know EXACTLY which line is causing it. The following line is the code the is causing the problem.
set fileSystem = Server.CreateObject("Scripting.FileSystemObject")
Is there some setting that must be properly set in order to create a filesystem object? Is there a specific version that must be used?
Thanks in advance
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --