Hi,
We've build an application using VB6 ActiveX Dll's from
within a DHTML webpage. The app works fine, also under
Metaframe on a Win2K machine, but when installed with one
of our customers under Metaframe there's a problem:
The application creates and deletes word.doc files
in the temporary file folder using the Scripting.FileSystemObject. The code works fine when compiled into a test.exe and ran in the same session
on the metaframeserver,
but throws errors on CreateTextfile() when ran from
within IE5 with script calling an ActiveX DLL doing
exactly the same thing ...
Does anybody have an idea what could be wrong? As the
code works fine on our own Metaframe server, I suspect
it's related to access rights? We checked the IE5 security
settings, their the same on both machines.
Any help is greatly appreciated.
-- Luus