I am trying to set up a test "server" on an XP (SP2) workstation. Most
everything is working but whenever I attempt to view an ASP page that
contains a call to FSO I get the following error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'Scripting.FileSystemObject'
I can run vbs with the same call to fso locally in a vbs file, so the
problem is not related directly to WSH (I think). It seems to be more of an
IIS thing.
I have scripting enabled in IIS and permissions seem to be set okay. What
else might be causing this error?