This may have been asked and answered before, but a search didn't help...
On an asp page I want to read from the registry, but,
with the following code:
I get an
Error Type:
WshShell.RegRead (0x80070002)
Unable to open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\WHS" for reading.
- I have checked and the Registry entry does exist..
Do I need to grant some kind of permissions for the browser to do this...?
On an asp page I want to read from the registry, but,
with the following code:
Code:
Set objShell =CreateObject("WScript.Shell")
GetConnection = objShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\WHS")
Error Type:
WshShell.RegRead (0x80070002)
Unable to open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\WHS" for reading.
- I have checked and the Registry entry does exist..
Do I need to grant some kind of permissions for the browser to do this...?