检测用户登录使用ASP.NET应用程序的计算机上用户登录、机上、应用程序、NET

2023-09-08 12:18:47 作者:被自己宠坏的小仙女

我希望开发出能够检测用户登录一个窗口域的ASP.NET应用程序。这些凭据将被用于登录ASP.NET应用程序。

I want to develop an ASP.NET application that can detect the user logged on a Window Domain. These credentials are going to be used to logging on the ASP.NET application.

我怎样才能做到这一点?

How can I do this?

谢谢!

推荐答案

在IIS中,打开集成Windows身份验证,并在code,如果你使用:

In IIS, turn on Integrated Windows Authentication, and in code, if you use:

Request.ServerVariables["LOGON_USER"]

这将返回的Windows用户名登录的用户,即MYDOMAIN \ MyUserName输入

it will return the windows username of the logged in user, i.e. MYDOMAIN\MYUSERNAME