ASP.Net Programming Question:

What do you mean by authentication and authorization?

Tweet Share WhatsApp

Answer:

Authentication is the process of validating a user on the credentials (username and password) and authorization performs after authentication. After Authentication a user will be verified for performing the various tasks, It access is limited it is known as authorization.

Download ASP.Net PDF Read All 28 ASP.Net Questions
Previous QuestionNext Question
What are the different types of caching?What are different types of directives in .NET?