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
What are server activated objects?
Explain about Automatic resource management?
Does web services support data reader like pom project?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Explain Session state management options in ASP.NET.
Define repository pattern in asp.net mvc? : asp.net mvc
Which of the following .NET framework supports Web API?
Why is global asax is used?
What is difference Between Authentication and authorization?
What is the use of view state?
What is data cache in sql server?
Explain different types of Caching techniques in ASP.NET?
How can we make sure that Web API returns JSON data only?
What is the web.config file in asp?
How to improve performance of web application asp.net mvc? : Asp.Net MVC