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
What are the advantages of using Master Pages?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Differentiate between authentication and authorization.
How should I destroy my objects in asp.net?
Define data caching?
Explain what is an abstract class?
What are the different properties of server control that exists?
when a request is made in Life cycle of ASP.NET page .
How can we make sure that Web API returns JSON data only?
What is the behavior of a Web browser when it receives an invalid element?
What are the two Layouts supported by a Web form in ASP.NET?
Which method do you use to kill explicitly a users session?
What asp.net control can embed xaml into asp.net pages?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool