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
..
(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
..