ActiveX control denied registry access

  • Thread starter Thread starter JE
  • Start date Start date
J

JE

I have a web app that uses an ActiveX control. The control persists some
settings in HKLM\Software\[MyCo]\[MyApp]\. This is now broken under
Vista - does not allow the control access to the registry.

How do I tell Vista allow this access?
 
Check, and possibly change, the permissions for the [MyCo] and [MyApp]
directories. (right click, select permissions)

Michael
 
Thanks, that worked.

Michael said:
Check, and possibly change, the permissions for the [MyCo] and [MyApp]
directories. (right click, select permissions)

Michael


JE said:
I have a web app that uses an ActiveX control. The control persists
some settings in HKLM\Software\[MyCo]\[MyApp]\. This is now broken
under Vista - does not allow the control access to the registry.

How do I tell Vista allow this access?
 
Glad it helped, thanks for feedback.
Michael


JE said:
Thanks, that worked.

Michael said:
Check, and possibly change, the permissions for the [MyCo] and [MyApp]
directories. (right click, select permissions)

Michael


JE said:
I have a web app that uses an ActiveX control. The control persists some
settings in HKLM\Software\[MyCo]\[MyApp]\. This is now broken under
Vista - does not allow the control access to the registry.

How do I tell Vista allow this access?
 
Back
Top