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 can you pass multiple complex types in Web API?
Why would a company use an application service provider?
What is asp.net ajax?
Explain the difference between web user control and web custom control?
What is the extension of master page in asp.net?
List down the sequence of methods called during the page load.
Which method do you use to enforce garbage collection in .net?
What is boxing and unboxing in asp.net?
Is global asax mandatory?
What are session state modes? List some of the important session state modes of asp.net.
What is ashx file in asp.net?
How long does an http session last?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain about consistent programming model in the .NET framework?
What kind of programming language is ASP.NET?