Author: destroyerlp | Posted on: 4/26/2010 5:30:26 AM | Views : 1265

Im using forms authentication and im trying to get the current username. I tried using Environment.UserName but I am getting "ASPNET". But if i change my application to windows authentication im getting the true username that is currently logged on. How can I get the true username that is currently logged on in the domain using the forms authentication. 
...

Go to the complete details ...