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 active web page?
Contrast OOP and SOA. What are tenets of each ?
What is cookies cache and session?
How can we identify that the Page is Post Back?
Explain the features that make asp.net more used framework? : asp.net mvc
How to implement Authentication and Authorization?
When we use cookie less session? Explain its working?
What are web server controls in asp.net?
Explain about asp.net 2.0 themes?
What is the use of session?
Define page fragment caching?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How can you display all validation messages in one control?
What's the ASP.Net Application life cycle?
What are the differences between code behind and code inline?