Reading Registry Permission

K

Ken

Let me see if I can lay it out. I have 2 servers
(production/development), each running Windows 2000. On
the development side, I have created registry keys to
interact with my website. It works fine on Dev, but I
can't seem to read the same values on Production. I have
checked and rechecked to make sure all my authorized users
are connfigured the same. One last point to make. If I
allow "Users" "Read Only" access, it works fine but that
is not something I want to allow. Can anyone tell me what
the minimum access rights are to allow reading a specific
value from the registry. Obviously I don't want users
(hackers) to be able to see other values.

I have included a line of code that I am using to get the
registry value:
Application("testVal2") = RegRead
("HKLM\Software\Test\TestValue")

Any suggestions would be greatly appreciated.
-Ken
..
 
G

Guest

I appreciate the reply, but I do have the IUSR account
listed as a "Read Only" account with "Guest" priveleges.

Another suggestion?
Thanks,
Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top