During my recent interaction with a development team, I came across a few queries. Hence, I decided to cover those general questions as part of a few upcoming articles.
The very first question I received is: When should one go for Windows authentication and when should one go for Form-based authentication?
Now here, one of the common responses is, use Forms authentication whenever the user can supply a username/password and go for Windows authentication whenever the user can use the Windows Login System.
No doubt, this response is correct. But there are a few more points to elaborate on. Let’s have a look at those.
I hope these few points will add to your knowledge. Happy learning.