|
Hi all,
In the most recent page that I have made, I require the use of the Scripting.FileSystemObject object. But whenever I try to declare as the following
Dim fs
Set fs = Server.CreateObject("Scripting.FileSystemObject")
I get a ClassFactory error.
Error Type:
Server object, ASP 0177 (0x80040111)
ClassFactory cannot supply requested class
I thought by some weird course of events it might just be the way I am using it, but I tried an exact copy of other peoples code and I get the same error.
Any help would be appreciated
|