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

what is SDLC in Software?pl.give proper explaination

1690


What do you mean by asp?

586


Whats the difference between struct and class in c#?

565


Name the methods in application object?

670


What are the stored procedures?

559






how can we bind the multiplication of two drop down lists?

1926


Explain the different types of session state management options available with asp.net?

535


We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.

2333


How to insert the records in a database table by using asp?

535


What does asp stand for in technology?

577


How do in-process communication work in the common language runtime?

559


Explain the properties of session object?

571


What is the order of precedence for logical operators.

578


why did u choose tech support as ur careears

2189


What are server-side includes?

578