what is the role of aspx file ?

Answer Posted / suman

aspx file contains the code that is written by user and is
responsible to give the application to ISAPI layer and get
the response from that layer. the aspx page when sended to
ISAPI layer it first performs Impersonation/Authentication
then the aspx page is given to asp_isapi.dll if it is valid
aspx page. then it farwards it to worker process. worker
process process that and gives result to the client

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where viewstate value is stored in asp.net?

591


List down the sequence of methods called during the page load.

522


What are session state modes? List some of the important session state modes of asp.net.

527


Define web.config in .net?

635


What is a url string?

547






What is inproc and outproc?

521


Explain the features that make asp.net more used framework? : asp.net mvc

476


What is the state management in asp.net?

545


Web API uses which library for JSON serialization?

564


What is gridview in asp.net?

516


What is the used of "ispostback" property?

559


Describe the method to create a permanent cookie?

577


Explain the difference between debug.write and trace.write?

529


What is session object? Describe in detail.

560


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

625