What are the types of authentications in ASP.NET?
Answer Posted / kautilya
There are main three types of authentications,
(1) Windows
(2) Forms
(3) Passport
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Describe state management in asp.net?
How to find out what version of asp.net I am using on my machine?
What is the flow of processing of the request? : asp.net mvc
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Is session stored in browser?
How do you declare static variable? What is its lifetime?
Do session use cookies in asp net?
What websites use asp.net?
What is difference between ispostback and autopostback in asp net?
What is the life cycle of an asp.net page?
What does clearing cache?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What’s the difference between asp.net web forms and asp.net mvc?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?