Hi
how can i find who is logged in means windows user name?
based on username my web application has to work
now i am using
lblname.Text = System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString();
its is working in my system. but when i am hosting this it is not giving windows username it is giving
ASPNET as username
SIVA PRASAD ADIRAJU