Re: Multiple Users with impersonation using one account



Hi,

what operating system are you using?

how did you figure out under which account the application is running - by calling WindowsIdentity.GetCurrent().Name ?

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

Dominick,

Thanks for your great reply.  I removed the <identity
impersonate='True' /> and used your suggestion of
Context.User.Identity.Name.  Works great. I notice that the
application is now acting as the user: NT AUTHORITY\SYSTEM.

How can I give this user access to files on a different server?

Thanks!
Jeff
--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com


.



Relevant Pages