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 |
Changes to which portion of version number indicates an incompatible change
What is filters in web api?
How do you box a primitive data type variable ?
What is the mvc pattern (model view controller pattern)?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is .net framework used for?
What is .net framework & its benefits?
please tell me the best book of asp.net in the markit. which explain in simple and detail.
What is global assembly cache
What is the use of finalize and dispose eventhough garbage collector is working?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!