Use windows user name and password for web login

108 views Asked by At

I am new to industrial automation development. I am working on simens. And currently, I want to use windows login user name and password for website login using asp.net. let me know if it is possible or not. If yes then how? I will be very thank full to all who answered.

1

There are 1 answers

0
David Browne - Microsoft On

I want to use windows login user name and password for website login using asp.net.

Sure. Here's the docs

ASP.NET Integrated Windows Authentication

This uses IIS's Windows Authentication which uses NTLM/Kerberos.