What are the types of authentications in ASP.NET?
Answers were Sorted based on User's Feedback
Answer / kautilya
There are main three types of authentications,
(1) Windows
(2) Forms
(3) Passport
Is This Answer Correct ? | 7 Yes | 0 No |
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 |
what is COM Object in Dot net?
What are the different kinds of assemblies?
“~” means in asp.net application?
What are Session states available and its Uses?
How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two
About Global .asax ?
Urgent requirement of .NET in CMMI Level3 COmpany Pune
What is the first name space in .netF/W heirarchy
what is the auto option in XML ?
What is the difference between union and structure?
What is the difference between rest and restful?
Define managed code and managed data in .net?