what is execution of asp page

Answer Posted / roopali mishra

When a client browser requests an ASP page, a number of
events occur in the following sequence:

1. The client requests an ASP page by sending an HTTP
Request to the Web server.

2. Because the page has the .asp extension, the service
(IIS 5.0) recognizes it as a scriptmapped file, and sends
the file to the appropriate ISAPI extension (in this case,
to Asp.dll) for processing. (This step does not occur when
the client requests an HTML file.)

3. The ASP ISAPI processes any server-side include
directives first, before any serverside script is compiled.
Next, the script is executed, and dynamic text, if any, is
incorporated into the page that will be returned to the
client. (This step only happens when the page is first
requested. Previously compiled pages are retrieved from a
serverside cache for faster performance.)

4. The server creates the resulting HTML page to be sent
back to the client. The page output is sent incrementally
as the page is generated, or all at once if the response is
buffered.

5. Once the client receives the ASP page, it loads any
client-side objects and Java applets, executes any
immediate client-side script code and displays the Web page
according to the HTML specification.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define asp?

739


Define clientcertificate collection?

690


i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?

1721


Can I avoid using the garbage collected heap?

716


What opens asp files?

726


Why asp is used?

664


Define garbage collection?

727


What are the methods in session object in asp?

737


Is asp the same as saas?

677


Explain the difference between server.transfer and response.redirect?

698


What does asp stand for?

708


sir,please send me the NIC exam questions

1701


What is http header?

683


can any one tell me about dot net framework not basic detail

1583


what is the role of attributes properties in asp field object

1675