In this tutorial i have explained how enhance security features in asp.net website and web services .You can provide security in setup and cache file also There are basically four elements which provide security in ASP.NET Application.
- Authentication
- Authorization
- Confidentiality
- Integrity
1.) Authentication:- Authentication is a process in which user can verify your credentials such as Id and password.
Real life Examples
- When you want to open your gmail account then you have to id and password to verify the credentials.This process is known as authentication.
- Suppose you have a student of a college or school,your college or school provides a identity cards for each student to verify the credentials whether you are student of this college or not.When you go to college security guard check your identity card,this process is known as authentication.