E
EMW
Hi,
For tracing and other thing I need to know the username of the user who is
logged in to the pc on which (s)he is running my ASPX page.
I was using:
System.Security.Principal.WindowsIdentity.GetCurrent.Name()
But that provides me with: SERVERNAME\ASPNET
I was hoping for the windows login name of the user.
Is there another way to get this?
rg,
Eric
For tracing and other thing I need to know the username of the user who is
logged in to the pc on which (s)he is running my ASPX page.
I was using:
System.Security.Principal.WindowsIdentity.GetCurrent.Name()
But that provides me with: SERVERNAME\ASPNET
I was hoping for the windows login name of the user.
Is there another way to get this?
rg,
Eric