Asp.net Operating Principle 1

Source: Internet
Author: User

ASP. NET is the most widely used project. It studies its operating principles and shares its experiences with you.

 

Requests from the client to the server must go through the following path:

1. the user initiates a request from the client, transmitted over the network, and transmitted to the Web server. IIS in the web server gets the request.

2. IIS uses ISAPIProgramTo determine the request resource extension. If it is a net resource such as aspx, ashx, and ascx, IIS submits the request to the. NET Framework for processing.

3 ,. after obtaining the request. HTTP handler in config configuration, submit the request to ASP.. NET Framework. The framework obtains the requested resources and processes the resources to generate standard HTMLCodeAnd header response. This information is transmitted to IIS through the HTTP module.

4. IIS returns the obtained response information to the client and presents it.

The following describes the principles of the Asp.net pipeline.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.