ASP.NET Authentication and Authorization – Security System – Interview Questions

ASP.NET - Define Authentication and Authorization - Authentication is the process of verifying user's identity. Authorization is the process of granting privilege to authenticated user...
ASP.NET - What is the authentication mode available in ASP.NET? - ASP.NET supports three authentication modes through the System.Web.Security namespace.......
ASP.NET - How do you set authentication mode in the ASP.NET application? - You can set authentication mode using web.config file....
ASP.NET windows authentication and form authentication - Windows authentication uses windows account whereas form authentication maintains its own user list..
Impersonate the authenticated user in ASP.NET - Impersonation means delegating one user identity to another user...
ASP.NET Secured communication - ASP.NET provides secured communication using Secure Sockets Layer. .