Re: Registry Access Problem after Impersonation

From: Joel Orcutt (jorcutt@steelpoint.com)
Date: 03/27/03


From: jorcutt@steelpoint.com (Joel Orcutt)
Date: 27 Mar 2003 06:03:52 -0800


Thanks for the suggestion.

My real problem is that I'm trying to figure out how to debug the
application. As a follow-on, when I add the iusr account to the admin
group I don't get this exception. Any ideas on which settings would
be required and are different between the default iusr account and the
admin group?

> Hi,
> According to the exception, it seems like the self-registration of a
> Serviced Component doesn't work; maybe it's because a permissions issue.
> Maybe you can register it first using the "regsvc" utility at deployment
> time instead of relying in the self-registration feature of serviced
> components at runtime.
>
> Hope this helps,