Re: how to determine logged on user? by Paul
Paul
Fri Nov 12 13:44:38 CST 2004
On Fri, 12 Nov 2004 13:27:07 -0500, "djc" <noone@nowhere.com> wrote:
¤ I have MSDE2000 using integrated authentication. How can I determine the
¤ username of the logged on user from my asp.net app?
¤
Several methods. Here is one:
System.Security.Principal.WindowsIdentity.GetCurrent.Name
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)