asp.net中, 如何在後臺獲取訪問這個頁面的用戶的名字?

asp.net中, 如何在後臺獲取訪問這個頁面的用戶的名字?
在集成安全認證下, 能夠利用如下代碼獲取:
System.Security.Principal.WindowsIdentity wi  =  (System.Security.Principal.WindowsIdentity)System.Web.HttpContext.Current.User.Identity.Name;
或者直接用:
System.Web.HttpContext.Current.User.Identity.Name;
相關文章
相關標籤/搜索