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 |
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING
21 Answers ABC, Cap Gemini, Comspark,
How do I install .net framework?
Explain linq to entities? : Entity framework
What are the components required to create a route in ASP.Net MVC?
explain what is ado.net entity framework?
What is serialization ?
What is difference between viewbag and viewdata and tempdata?
What is the necessity for singning an assembly with a strong name?
If we not suppress finalize method in dispose what will happen?
What is the advantage of using asp.net routing?
What's an interface