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


Please Help Members By Posting Answers For Below Questions

What are child actions in ASP.Net MVC?

774


What is the .net framework 3.0 (formerly winfx)?

732


Name a few different return types of a controller action method?

749


What are the advantages of razor view engine?

700


Explain what languages does the .net framework support?

727


What is the mvc pattern (model view controller pattern)?

774


what is entity data model?

774


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

802


What is managed extensibility framework?

736


What is .net framwork?

734


How does .net framework works?

747


What is difference between html.beginform and ajax.beginform?

785


What is edm (entity data model)? : Entity framework

734


How route table is created in ASP.NET MVC?

784


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

763