I receive the following error message when I try and open web explorer:
Microsoft VBScript compilation error '800a03ea'
Syntax error
/test/explorer/webexplorer.asp, line 910
Set Uploader = New classUploader
I am able to run this on a Win2000 with IIS5, but when I try and run it on NT4.0 with IIS4 i get the error message.
Any suggestions?
David Russell
9/26/2001 5:42 PM
The error shows that you have an outdated scripting engine which doesn't support classes. You should install IE5.0+ (comes with an updated scripting engine) on the server.
Cem Alacayir
9/27/2001 7:56 AM