Hello all. Here's a problem that's stumping me. On one server this statement works, but another server I get a "activex can't create component". I checked to make sure theere is an entry for the dll (scrrun.dll) and an entry for "Scripting.FileSystemObject" in the registry. They are both there, but it's still not working.
set objFSO = Server.CreateObject("Scripting.FileSystemObject"
Any ideas?
Thanks!
Steve
sms@hmbnet.com
set objFSO = Server.CreateObject("Scripting.FileSystemObject"
Any ideas?
Thanks!
Steve
sms@hmbnet.com