ASP .NET SECURITY CONFIGURATIONS
|
Security in ASP .NET refers to authenticating users and providing authorization on resources.
Authentication means verifying weather user is valid or not, in other words checking for right
credentials is authentication.
In ASP .NET we have authentication methods like “windows passport” forms. Windows and passport
authentication methods are not performed by ASP .NET and also are less important as for as web
applications are concerned.
Forms authentication is performed by ASP .NET only .and mostly implemented in web applications.
Every resource in ASP .NET is accessible only to authenticated users.
i. Authentication
ii. Authorization
Both are processors (or) programmer only.
|
(i) Authentication :
Authentication means getting permission to use the account is called authentication. Users can have
the permission to participate in the developing or to use the application but he cannot change or
modify the data base.
EX: if we have an account in a bank we are authenticated to use the services of the bank but we don’t
have the authorization to modify or to change the data base or to get the transaction info of other
account holders.
|
(ii)Authorization:
|
-
|
It is a process where we deny or allowed users for ASP.NET resources.
Every user normally authenticated first and the authorized in the development.
i.Windows
ii.Passport
iii.Form(ASP .NET)
|
No comments:
Post a Comment