Re: Reading keys from HKEY_CURRENT_USER from an impersonated Web Service
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Wed, 15 Mar 2006 08:28:01 -0500
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.
.
- Follow-Ups:
- References:
- Reading keys from HKEY_CURRENT_USER from an impersonated Web Service
- From: Simon Hart
- Reading keys from HKEY_CURRENT_USER from an impersonated Web Service
- Prev by Date: Re: MessageBox.Show and program behaviour
- Next by Date: window forms control is automatically deleted
- Previous by thread: Re: Reading keys from HKEY_CURRENT_USER from an impersonated Web Service
- Next by thread: Re: Reading keys from HKEY_CURRENT_USER from an impersonated Web Service
- Index(es):
Relevant Pages
|