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
Explain the use of dataadapter.
Why does my asp.net file have multiple tag with runat=server?
Which is better union or union all?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How does cookies work in asp net?
What are the two Layouts supported by a Web form in ASP.NET?
Can we have multiple master pages in asp net?
What are Caching techniques in .NET
What is difference between web api and web services?
What is application session?
What is the use of ASP.NET routing?
What is scope of an application variable in asp.net?
Is it possible to migrate visual interdev design-time controls to asp.net?
How to rename a table using sql queries?
Where can I get information on cookies in asp.net?