Re: Multiple Users with impersonation using one account



Oh - i forgot another option - upgrade to windows 2003 - IIS6 give you multiple worker processes which can all have distinct identities -

that's the feature you really need.

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

I am using Windows Server 2000, not sure which SP.

The following line displays NT AUTHORITY\SYSTEM

Response.Write(System.Security.Principal.WindowsIdentity.GetCurrent.Na
me )

Which I am assuming is the current user.  Yes, I do know what happens
when I assume!

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


.