Request.ServerVariables返回NULL

时间:2014-11-17 05:19:13

标签: asp.net

我创建了一个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" />

0 个答案:

没有答案