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

What are the two ways to add constraints to a route?

0 Answers  


Is entity framework slow?

0 Answers  


mention what is code first approach and model first approach in entity framework?

0 Answers   Microsoft,


How to make sure Client Validation is enabled in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Explain Bundle.Config in ASP.Net MVC4?

0 Answers  


what happened when type url in address bar and press enter?

5 Answers   IBM, Wipro,


How does work clr?

0 Answers  


can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?

1 Answers   TCS,


what is Thread Priority?

2 Answers  


Will there be a .net compact framework 3.0 release with release of .net framework 3.0?

0 Answers  


What is mvc entity framework?

0 Answers  


What is action methods in web api?

0 Answers  


Categories