What are the different authentication modes in the .NET
environment?

Answers were Sorted based on User's Feedback



What are the different authentication modes in the .NET environment?..

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

What are the different authentication modes in the .NET environment?..

Answer / anil

There are 4 types of Authentication mode.
Window, Form, Passport and None

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

Describe the roles of clr in .net framework.?

0 Answers  


Is the lack of deterministic destruction in .NET a problem

1 Answers  


How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!

2 Answers   HCL,


What platforms does the .NET Framework run on?

1 Answers  


What is viewdata?

0 Answers  






I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.

0 Answers  


What is display mode in mvc?

0 Answers  


How does assembly versioning work?

1 Answers  


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


What is Reference type and value type

1 Answers  


explain lazy loading, eager loading, and explicit loading?

0 Answers   Microsoft,


Explain the types of Scaffoldings.

0 Answers  


Categories