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 child actions in ASP.Net MVC?
What is the .net framework 3.0 (formerly winfx)?
Name a few different return types of a controller action method?
What are the advantages of razor view engine?
Explain what languages does the .net framework support?
What is the mvc pattern (model view controller pattern)?
what is entity data model?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is managed extensibility framework?
What is .net framwork?
How does .net framework works?
What is difference between html.beginform and ajax.beginform?
What is edm (entity data model)? : Entity framework
How route table is created in ASP.NET MVC?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?