WebSecurity in MVC:-
These are some web-security feature in MVC like as –
1). Authentication and Authorization in Asp.net MVC.
2). Membership provider in Asp.net MVC.
3). RoleBased authentication in ASP.net MVC.
4). Anti-forgery tokens.
5). XSS
6). CSRF (Cross Site Request)
Some other Security feature in Asp.net.
1). Form.
2). Windows.
3). Passport.
4). None.
Authentication:- In simple word, we can say check whether the user is valid or not.
Authorization:- It means giving permission to access or deny particular resources or pages for the user.
Leave Comment