Posted on: 2/24/2014 1:50:53 PM | Views : 566

Hello Guys and Gurus. I really need some help on my situation. I'm working on a machine that is member of a domain. I'm creating a login page that has forms authentication mode. Is there any way to just read the current user name logged in the machine in forms authentication mode? I tried some lines below but they all send back a null or empty results:
Membership.GetUser().UserName
HttpContext.Currrent.User.Identity.Name
I really appreciate it if you can shed some ideas. Thank you very much. Jim
 
 

Go to the complete details ...