The process in which IIS receives browser request packets and transfers the request packets to the asp.net framework (Basic edition ).

Source: Internet
Author: User

The process in which IIS receives browser request packets and transfers the request packets to the asp.net framework (Basic edition ).

Website pages are roughly divided into two types:

I. Static pages

Ii. Dynamic Pages

 

The so-called Static Page and dynamic page are not differentiated based on the dynamic and static page content, but determined by the server's webpage processing method.

Access an html page on the server through a browser. the IIS server receives an http request from the browser to determine the page type of the request. If the request is an html file, IIS directly reads the html file on the hard disk.

Return to the browser. After obtaining the page, the browser renders the display directly.

Access. ashx or. when a page with the aspx suffix is received, the IIS server receives an http request from the browser and finds that the suffix is. ashx or. aspx files cannot be processed by themselves,

Find the corresponding processing program based on the file suffix and hand it over to the asp.net framework for execution. After the execution, return the html code that can be rendered by the browser.

Legend:

Related Article

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.