What are the types of authentications in ASP.NET?

Answers were Sorted based on User's Feedback



What are the types of authentications in ASP.NET?..

Answer / kautilya

There are main three types of authentications,

(1) Windows
(2) Forms
(3) Passport

Is This Answer Correct ?    7 Yes 0 No

What are the types of authentications in ASP.NET?..

Answer / shibham

In ASP.Net,there are mainly three types of Authentication-:

1)Forms Authentication
2)Passport Authentication
3)Windows Authentication

To set this Authentication Mode,we write the code in
Web.Config file like-:

<Authentication Mode="Forms/Passport/Windows"/>

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What is localization and Globalization?

3 Answers  


what does membership class provide?

1 Answers  


Explain the asp.net mvc folder conventions? : asp.net mvc

1 Answers  


What is asp net objects?

1 Answers  


What's the advantage of using System.Text.StringBuilder over System.String?

3 Answers   IBM, IdeaLake, Infosys,


When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.

4 Answers   Syntax Softtech, TCS,


can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

1 Answers  


How many web.config files in each solution

10 Answers   General Mills,


How many types of state management are there in asp net?

1 Answers  


What do you mean by marshalbyref?

1 Answers  


What are the cookies types in asp.net?

1 Answers  


Categories