Afternoon!
I've been using ASPCrypt to encrypt passwords between a form and a SQL 2000 server running on Windows Server 2k3. Normally things all seem to work fine.
Which is nice...
But then every so often I get this error:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
This error occurs on the line:
Set objCrypt = server.createobject("AspCrypt.crypt")
Now I know it's not my code - since as I say it works fine for ages and then suddenly dies for no apparent reason. I've checked the permissions on the server etc and they seem fine.
The only way to solve the issue is to reboot the server. Which is a pain in the rear really since the application is being built to support around 3000 users.
Anyone out there had a similar problem? I appreciate that this is possibly more of a Windows Server question, but figure that ASP coders are more likely to have played with ASPCrypt.
Thanks.
-Craig.
I've been using ASPCrypt to encrypt passwords between a form and a SQL 2000 server running on Windows Server 2k3. Normally things all seem to work fine.
Which is nice...
But then every so often I get this error:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
This error occurs on the line:
Set objCrypt = server.createobject("AspCrypt.crypt")
Now I know it's not my code - since as I say it works fine for ages and then suddenly dies for no apparent reason. I've checked the permissions on the server etc and they seem fine.
The only way to solve the issue is to reboot the server. Which is a pain in the rear really since the application is being built to support around 3000 users.
Anyone out there had a similar problem? I appreciate that this is possibly more of a Windows Server question, but figure that ASP coders are more likely to have played with ASPCrypt.
Thanks.
-Craig.