A
Alan T
ASP.NET 4.0
I tried to get the Windows Logon user by:
HttpContext.Current.User.Identity.Name.ToString();
But it return empty.
What I want to do is to get the full name of the logon user from Active
Directory.
I tried to get the Windows Logon user by:
HttpContext.Current.User.Identity.Name.ToString();
But it return empty.
What I want to do is to get the full name of the logon user from Active
Directory.