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
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What are the new features implemented in ASP.NET?
How would you implement inheritance using c#?
How do I use response redirect?
What is the question mark in a url?
What is Razor View Engine
How to find last error which occurred in Asp.net ?
What is & in a url?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is session object? Describe in detail.
How will create assesblies at run time?
How to use ipostback?
What is difference between viewstate and session state in javascript?
How do you identify that the page is postback?
Which method do you use to enforce garbage collection in .net?