Types of authentications in ASP.NET ?
Answer Posted / kartheek
1.Windows-based authentication
2.Forms-based authentication
3.Passport-based authentication
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Explain the use of dataadapter.
Why select Web API?
What is session in asp.net?
Why is the standalone environment only useful during the development process?
Can we have multiple master pages in asp net?
Explain the concept of event bubbling in ASP.NET?
Where are session variables stored?
What is a windows service?
Define machine.config in .net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is mvc in angular?
Is it possible to create web application with both webforms and mvc?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?