I am migrating some items from Personal Web Server to IIS 4.0 and have an error when I try to create a FileSystemObject. The only line of code I have is:
var FSO = Server.CreateObject("Scripting.FileSystemObject"
and the resulting error is
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/PyConf/login.asp, line 15
Invalid class string
Does IIS 4.0 not necessarily come with the scripting object as standard ?
Thanks in advance,
jhowe
[sig][/sig]
var FSO = Server.CreateObject("Scripting.FileSystemObject"
and the resulting error is
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/PyConf/login.asp, line 15
Invalid class string
Does IIS 4.0 not necessarily come with the scripting object as standard ?
Thanks in advance,
jhowe
[sig][/sig]