开发者

How do I authenticate users against Active Directory in .NET?

开发者 https://www.devze.com 2023-03-31 02:23 出处:网络
I desire to 开发者_如何学Cauthenticate users against Active Directory in my .NET application. How might I achieve this goal?Let the IIS do it for you :) Set the Authentication of the Site to Integrate

I desire to 开发者_如何学Cauthenticate users against Active Directory in my .NET application. How might I achieve this goal?


Let the IIS do it for you :) Set the Authentication of the Site to Integrated Windows authentication and then the user has to logon with his AD User.

0

精彩评论

暂无评论...
验证码 换一张
取 消