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 is the use of the tag in the web.config file?
Explain different authentication modes in asp.net?
Explain the difference between inline and code behind - which is best in?
What is web router?
What is difference between viewstate and session state in javascript?
Is asp.net and .net same?
Mention few asp.net validators.
Which method is used to perform all validation at the page level?
Can user control be stored in library?
Explain the difference between globalization and localization techniques
What is the advantage of using Windows authentication in a Web application?
What is full form of asp.net?
What is IPostBack? How to use it?
What can we do with asp.net?
What is the difference between cache and cookies?