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
How will you load dynamic assembly? How will create assesblies at run time?
I’m having some trouble with cas. How can I diagnose my problem?
What are the different properties of server control that exists?
Describe Segmentation With Paging?
What are the built-in objects in asp.net?
What is preprocessor in .net?
What are the types of session in asp.net?
How to send a DataReader as a parameter to a remote client ?
Define a static class?
What is the use of express session?
How we can force all the validation controls to run?
Which type of state management is provided by Query String in ASP.NET?
What is latest version of asp.net mvc? : Asp.Net MVC
What is form submit?
What does session_start () do?