我记得,我曾经使用以下代码登录用户ID(用于Intranet应用程序):
string WindowsLoginID= System.Web.HttpContext.Current.Request.ServerVariables["AUTH_USER"];// This is blank
当我在ASP应用程序后面的代码中使用它时,它仍然工作得很好。但是,当我在MVC4 Application中使用相同的代码时,它将返回blank。
我正在以Use Local IIS Web Server和web.config的身份运行我的项目-
<authentication mode=