What is Secure Sockets Layer (SSL) security? - ASP.NET

What is Secure Sockets Layer (SSL) security?

- SSL protects data exchanged between a client and an ASP.NET application by encrypting the data before it is sent across the internet.
- It is one of the most widely deployed security protocol used today.
- It provides a secure channel between two machines operating over the internet.
- This protocol is generally used when a web browser needs to be securely connected to a web server.
- It requires less amount of interaction from the end user for establishing a secure session.
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...
Unit testing, Integration testing and Regression testing
ASP.NET - Unit testing, Integration testing and Regression testing - Unit testing ensures that each piece of code works correctly.....
Post your comment