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

what is COM Object in Dot net?

6 Answers   CTS,


What are the different kinds of assemblies?

0 Answers  


“~” means in asp.net application?

4 Answers   IBS,


What are Session states available and its Uses?

2 Answers   iLogic,


How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

1 Answers   Syntax Softtech,


About Global .asax ?

6 Answers   Satyam,


Urgent requirement of .NET in CMMI Level3 COmpany Pune

0 Answers  


What is the first name space in .netF/W heirarchy

3 Answers   Wipro,


what is the auto option in XML ?

1 Answers  


What is the difference between union and structure?

0 Answers  


What is the difference between rest and restful?

0 Answers  


Define managed code and managed data in .net?

0 Answers  


Categories