What are the different authentication modes in the .NET
environment?
Answers were Sorted based on User's Feedback
Answer / santosh
Basically there are 3 types of authentication mode in
asp.net. These are as follows
1)Windows authentication
2)Forms authentication
3)Passport authentication
Windows authentication again contains 3 modes
a) Windows integrated authentication
b) basic authentication
c) Digest authentication
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anil
There are 4 types of Authentication mode.
Window, Form, Passport and None
Is This Answer Correct ? | 4 Yes | 2 No |
What are the two ways to add constraints to a route?
Is entity framework slow?
mention what is code first approach and model first approach in entity framework?
How to make sure Client Validation is enabled in ASP.Net MVC
Explain Bundle.Config in ASP.Net MVC4?
what happened when type url in address bar and press enter?
How does work clr?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
what is Thread Priority?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is mvc entity framework?
What is action methods in web api?