What is Authorization in ASP.NET?

          

ASP.NET - What is Authorization?


Next question>>           Learn ASP.NET
ASP.NET - What is Authorization in ASP.NET? - June 03, 2009 at 11:00 AM by Shuchi Gauri

What is Authorization in ASP.NET?

Authorization is a process that takes place based on the authentication of the user. Once authenticated, based on user’s credentials, it is determined what rights des a user have. In ASP.NET, there are two ways to authorize access to a given resource:

a. File authorization
b. URL authorization

Next question>>

Also read

ASP.NET Authentication and Authorization

Define Authentication and Authorization
What is the authentication mode available in ASP.NET?
How do you set authentication mode in the ASP.NET application?
List out the difference between windows authentication and form authentication
How do you impersonate the authenticated user in ASP.NET?
How do you provide secured communication in ASP.NET?............

Authentication and authorization in ASP.NET

Authentication is the process of verifying the identity of a user, authorization is process of checking whether the user has access rights to the system...........

Forms authentication in ASP.NET

ASP.NET checks for the presence of a special session cookie when a user requests a page for the application............

Explain how authorization works in ASP.NET.

ASP.NET impersonation is controlled by entries in the applications web.config file..............

Describe how the ASP.NET authentication process works.

ASP.NET runs inside the process of IIS due to which there are two authentication layers which exist in the system.............

ASP.NET - Login controls and Forms authentication

Forms authentication can be easily implemented using login controls without writing any code............

Passport authentication in ASP.NET

Passport authentication provides authentication using Microsoft’s passport service. If passport authentication is configured and users login using passport then the authentication duties are off-loaded to the passport servers.............

Explain the ways of authentication techniques in ASP.NET

Selection of an authentication provider is done through the entries in the web.config file for an application...............

Windows authentication in ASP.NET

If windows authentication mode is selected for an ASP.NET application, then authentication also needs to be configured within IIS since it is provided by IIS................. 



Write your comment - Share Knowledge and Experience


 

 
Latest placement tests
Latest links
 
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring