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

When do you set "<IDENTITY impersonate="true" />" ?

1 Answers  


How does session work?

0 Answers  


SessionState - type of sessionstate and when and how to use it

1 Answers   Syntel,


What is difference between asp.net and asp?

0 Answers  


Is asp.net a language?

0 Answers  






How would you create a permanent cookie?

0 Answers  


Describe SOA and the tenets of it?

0 Answers   Siebel,


To get the values in two different controls to match which control you use it?

0 Answers   Siebel,


If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


What is form submit?

0 Answers  


To display data in a Repeater control which templete is provided ?

4 Answers   Siebel,


Explain asp.net page life cycle?

0 Answers  


Categories