C
Chris Koiak
Hi,
Is it possible to contain impersonation to a given AppDomain rather than
impersonation consuming the full process?
I have a service running under the local system account, but need to
impersonate the current user for some functionality (e.g. accessing the
current users network share). However I don't want the full service to
change it's access rights. I can spawn a seperate process (which
impersonates a specifed user) but this therefore consumes more memory.
My service needs to run as the Local System account (not a specified account
particular to the domain).
Any ideas?
Thanks
Chris
Is it possible to contain impersonation to a given AppDomain rather than
impersonation consuming the full process?
I have a service running under the local system account, but need to
impersonate the current user for some functionality (e.g. accessing the
current users network share). However I don't want the full service to
change it's access rights. I can spawn a seperate process (which
impersonates a specifed user) but this therefore consumes more memory.
My service needs to run as the Local System account (not a specified account
particular to the domain).
Any ideas?
Thanks
Chris