Translate

Showing posts with label HttpContext current user c# c sharp. Show all posts
Showing posts with label HttpContext current user c# c sharp. Show all posts

Tuesday, March 22, 2011

Get current windows user in C# asp.net (C sharp)




var user = WindowsIdentity.GetCurrent().Name;