Re: Reading keys from HKEY_CURRENT_USER from an impersonated Web Service



Hi,

IIRC CURRENT_USER refer to the user currently logged in the computer , your
service does not has this info associated


--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Simon Hart" <srhartone@[no spam]yahoo.com> wrote in message
news:epF$rwCSGHA.6084@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

I am using Impersonation and turned off anon access for my web service. I
am
using the administator to authenticate the request using ICredentials. I
am
simply trying to read a key in HKEY_CURRENT_USER from my Web Service
method
call which I am unable to. When I try and open it it returns null. Even
iterating all keys under HKEY_CURRENT_USER only returns a handful of keys.

I can happily read any key under HKEY_LOCAL_MACHINE. I have checked the
identity of the user and it is definately running under the local
administrator.

Any ideas what to check would be great.
Regards
Simon Hart.




.



Relevant Pages