What are the different authentication modes in the .NET
environment?
Answer Posted / 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 |
Post New Answer View All Answers
Explain RenderBody and RenderPage in ASP.Net MVC?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is objectset? : Entity framework
What are the Core features of ASP.NET MVC?
What is the use of the default route?
What is web api‘s in asp.net mvc 4 ?
Explain representational state transfer (rest) in detail?
Can I use razor code in javascript in asp.net mvc?
How route table has been created in asp.net mvc?
Explain what is asp.net mvc?
mention in what all scenarios entity framework can be applicable?
How large is the .net framework 3.0? Does this change make the release larger?
What operating systems will the .net framework 3.0 be available for?
How do I install .net framework?
How do I use partial view?