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

Explain RenderBody and RenderPage in ASP.Net MVC?

0 Answers  


what is a round trip?What is a postback?

4 Answers   Bosch, ONOTech,


Where are the routing rules defined in an asp.net mvc application?

0 Answers  


What is entity framework in asp net?

0 Answers  


Explain what is routing?

0 Answers  






What is the need of Action Filters in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Is it possibe to run 2 aplication on single m/c, one App is on .Net Framework 1.0 and another one is on .Net Fremework 2.0?

7 Answers  


What is difference between razor and web form engine?

0 Answers  


How to Insert a TextBox value in to Sql database using C#.Net coding

2 Answers  


Explain the tools used for unit testing in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Is dapper better than entity framework?

0 Answers  


Which is the default http method for an action method?

0 Answers  


Categories