Click to See Complete Forum and Search --> : Access Registry from ASP page
sarun
May 11th, 2001, 11:17 AM
How can the registry values be read from an ASP page?
JoshT
May 11th, 2001, 11:57 AM
You're talking about the server's registry right? What you'd have to do is write a COM dll that uses the appropriate API calls, and have the ASP script create an instance of the class in the dll.
Also, there's security issues. I believe the DLL would run under the Anonymous User account, which may or may not have permission to read the registry.
monte96
May 11th, 2001, 03:44 PM
You could write an activex utility that does the same thing on the client and sends the results, but the user would have to either be a)dumb or b)very trusting to allow you to send an unsigned, unsafe activeX control to his/her computer.
sail3005
May 12th, 2001, 09:22 AM
where can I get a copy of RegObj.DLL? I can't find it...
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.