我创建了一个ASP.NET Web应用程序。
为什么我的代码为NULL?
HttpContext.Current.Request.ServerVariables["AUTH_USER"]
HttpContext.Current.Request.ServerVariables["LOGON_USER"]
HttpContext.Current.Request.ServerVariables["REMOTE_USER"];
Web.config设置:
<authentication mode="Windows" />