A: asp.net to understand the summary of the drawing is as follows
Second: detailed introduction
the concept of 1,asp.net
First of all, ASP.net is a technology, different from the Ado.net class library, but also different from the vb.net language. Second, it is an application framework built on the common language runtime (CLR) that is used to build Web applications on the server side.
2, the benefits 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, layered configuration system that simplifies the settings of the server environment and Web applications.
Because the configuration information is stored as plain text, it is convenient to add new settings to the application.
3 Scalability and effective utilization.
ASP.net is designed to be scalable, with special proprietary functionality to improve the performance of clustered, multiprocessor environments. In addition, Internet Information Services (IIS) and ASP.net run closely to monitor and manage processes so that when an exception occurs in a process, a new process can be created at that location to enable the application to continue processing the request.
4) security. asp.net provides a default authorization and authentication scheme for WEB applications. Developers can easily add, remove, or replace these scenarios, depending on the needs of the application.