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
What are the components required to create a route in mvc?
How does work clr?
Can you use Razor code in Javascript in ASP.Net MVC?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Define the core components of an ASP.NET MVC application?
what is .edmx file and what it contains?
Explain the request flow in asp.net mvc framework?
What are html helpers in asp.net mvc?
Can any particular component of .net framework 3.0 be removed?
What is the purpose of a web form?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
How to Create an Intranet Site Using ASP.NET MVC?
What is an asynchronous controller in asp.net mvc?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is the benefit of entity framework?