What are the types of authentications in ASP.NET?
Answer Posted / 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 View All Answers
How can we create pie chart in asp.net?
What is the difference between client-side and server-side validations in ASP.NET?
How can you debug your.net application?
Is react a template engine?
What is the use of service provider?
What is full trust in asp.net?
What is Partial PostBack in ASP.NET?
What is cross page posting? How is it done?
Can the unique key be null?
What are the types of session in asp.net?
What is base class of button control in .net?
What are the session variables?
What is slidemaster?
Explain managed code an un-managed code.
What is new asp.net core?