Answer Posted / alb.shah
authentication is to verify that indentity has right to
access or not
mechanisums are
1.windows
for windows authentication we need iis because iis provid
windows authentication.
2.passport
in that authentication check using microsoft passport
service.
3.form
in that authentication is based on session cokkies.if that
is not available then page is redirected.
Authorization is the process to validate a user based on
cridential
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is mvc in asp.net interview question? : Asp.Net MVC
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What's the difference between viewstate and sessionstate?
What is repository pattern in mvc.net? : asp.net mvc
What is paging in context of Memory?
Is it possible to migrate visual interdev design-time controls to asp.net?
Where is asp.net session stored?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Elaborate differentiation between Cache and Application?
What is rending process in ASP.NET?
Differentiate between early binding and late binding.
Explain what does wsdl stand for?
Why do we need asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are the different types of validation controls in asp.net?