Re: Reading keys from HKEY_CURRENT_USER from an impersonated Web Service





"Simon Hart" <srhartone@[no spam]yahoo.com> wrote in message
news:%23DCt6vlTGHA.3192@xxxxxxxxxxxxxxxxxxxxxxx
| This would never work as it would need to be called from a Web Service so
| the process would run under ASPNET user account regardless of if
| impersonation is used.
|
| Furthermore C# does not support out-of-process COM object so it would have
| to have been developed in native code.
|

COM+ is made for this, drop your class ,derived from ComponentServices, in a
server type COM+ application and run this one as a local user.

Willy.



.