technical1
Technical User
Hi,
I created a domain user account for coldfusion to use.
It is part of the Domain users group.
The services start fine, however coldfusion gives me the following error when i try to browse to any sites:
Cannot open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName: Windows error number 5 occurred.Access is denied.
The error occurred in D:\Websites\onLine\Online\appGlobals.cfm: line 25
23 : <cfset regroot="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName">
24 : <cfregistry action="GETALL" branch="#regroot#" name="RegQuery" type="String">
25 : <!--- global values --->
26 :
27 : <cfscript>
Any ideas? I gather coldfusion is trying to access the registry, but i dont want to give the domain user account admin priveleges.
Regards,
Vinay
I created a domain user account for coldfusion to use.
It is part of the Domain users group.
The services start fine, however coldfusion gives me the following error when i try to browse to any sites:
Cannot open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName: Windows error number 5 occurred.Access is denied.
The error occurred in D:\Websites\onLine\Online\appGlobals.cfm: line 25
23 : <cfset regroot="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName">
24 : <cfregistry action="GETALL" branch="#regroot#" name="RegQuery" type="String">
25 : <!--- global values --->
26 :
27 : <cfscript>
Any ideas? I gather coldfusion is trying to access the registry, but i dont want to give the domain user account admin priveleges.
Regards,
Vinay