trpnbillie
Programmer
Hi. I inherited a website and am having problems!
I receive the following error:
----------------
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CryptCOM.Crypto'
/statements.asp, line 124
----------------
The error occurs on line124, which is
set crypt = CreateObject("CryptCOM.Crypto")
The website was written in old ASP. It runs successfully on one machine - an old WIndows NT machine. When I move it to any other machine (Win2000), it gets hung up on this CreateObject("CryptCOM.Crypto") line.
I have tried to identify what in the WinNT machine makes it work but am unsuccessful.
Might anyone know what is required to make this work?
I appreciate any help!!! thanks!
I receive the following error:
----------------
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CryptCOM.Crypto'
/statements.asp, line 124
----------------
The error occurs on line124, which is
set crypt = CreateObject("CryptCOM.Crypto")
The website was written in old ASP. It runs successfully on one machine - an old WIndows NT machine. When I move it to any other machine (Win2000), it gets hung up on this CreateObject("CryptCOM.Crypto") line.
I have tried to identify what in the WinNT machine makes it work but am unsuccessful.
Might anyone know what is required to make this work?
I appreciate any help!!! thanks!