I have a dll in VB 6.0 which is internally using CryptoAPI for encryption and
decryption. I am using this DLL in an ASP application using
server.createobject.
When I try to access the asp application from the server on which the
application is hosted the DLL runs fine and decrypts the data (I have to
login as an Administrator and authentication should be NT Authentication.)
However, as soon as I change the authentication of the application to
Anonymous, the dll stops functionning correctly and does not decrypt the
string.
Can anyone help me out?
Thanks
Anthony Jones - 27 Jul 2007 13:46 GMT
> I have a dll in VB 6.0 which is internally using CryptoAPI for encryption and
> decryption. I am using this DLL in an ASP application using
[quoted text clipped - 5 lines]
> Anonymous, the dll stops functionning correctly and does not decrypt the
> string.
What private key store are you using? You need to be using the machine
store.

Signature
Anthony Jones - MVP ASP/ASP.NET