I. A summary of Asp.net's understanding is as follows:
Ii. Details
1. Concepts of Asp.net
First, Asp.net is a technology, which is different from the ado.net class library and VB.net language. Second, it is an application framework built on the Common Language Runtime Library (CLR), used to build Web applications on the server side.
2. advantages of using Asp.net
1) simple.
Asp.net makes work easier, such as form submission, client verification, deployment, and configuration.
2) easy to manage.
Asp.net uses a text-based, hierarchical configuration system to simplify the settings of the server environment and Web applications.
Because the configuration information is stored as plain text, you can easily add new settings to the application.
3) scalability and effectiveness.
Asp.net is designed to be scalable and has special proprietary functions to improve the performance of the cluster and multi-processor environment. In addition, Internet Information Service (IIS) and Asp.net closely monitor and manage processes when running, so that when a process encounters an exception, A new process can be created at this location so that the application can continue to process requests.
4) Security. Asp.net provides default authorization and authentication solutions for Web applications. Developers can easily add, delete, or replace these solutions based on application needs.