G
Guest
Hi I want to pick up the name of the logged in windows user for my ASP.NET
application.
When I use
System.Environment.UserName
i get ASPNET which is ofcourse not what I want
when I try User.Identity.Name I get an emtry string which is also not what I
want
Is there a way of determining the windows user from and ASP.NET application
Thanks in advance
application.
When I use
System.Environment.UserName
i get ASPNET which is ofcourse not what I want
when I try User.Identity.Name I get an emtry string which is also not what I
want
Is there a way of determining the windows user from and ASP.NET application
Thanks in advance