Define Windows and Forms authentication

Define Windows and Forms authentication.

Windows authentication is the default authentication method of the ASP.NET application. It uses security scheme of windows operating system of corporate network. Windows authentication uses user names, passwords, and permissions of network resources and Web applications. User lists for Windows authentication are included in the element of Web.config.
Form authentication allows creating own database of users in the application’s Web.config file or in a separate user database and validate the identity of the users when they visit Web site. Users do not have to be member of a domain-based network to have access to your application.
What is Secure Sockets Layer (SSL) security? - ASP.NET
ASP.NET - What is Secure Sockets Layer (SSL) security? - SSL protects data exchanged between a client and an ASP.NET application...
Purpose of Machine.config file
ASP.NET - Purpose of Machine.config file - The Machine.config file controls issue like process recycling.....
How to distribute shared components - ASP.NET
ASP.NET - Explain how to distribute shared components as part of an installation program - Shared components should be included as a merge module within the setup project...
Post your comment