I'm moving vb scripts to a new box as the old box will soon be
decommissioned. On the old box, all the vb scripts work just fine. A lot
of the scripts create web pages on the fly for monitoring various things the
server is doing.
If I run these scripts from a browser on the new box (localhost/command (as
an expample)) everything works just fine.
However, if I ran the same thing from a browser on my machine, either
nothing will happen at all, or I'll get this error, depending on what script
I'm trying to run.
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'WScript'
/status/subroutines.asp, line 87
Line 87 in this example only calls wscript.echo. It works fine when
referring to the old server. It works fine on the new server using
localhost. Any ideas on what could be the problem?
Thanks,
Mark