ASP.NET 2.0 Question:
Download Questions PDF

Which dll handles the request of .aspx page?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

When the Internet Information Service process (inetinfo.exe) receives an HTTP request, it uses the filename extension of the requested resource to determine which Internet Server Application Programming Interface (ISAPI) program to run to process the request. When the request is for an ASP.NET page (.aspx file), IIS passes the request to the ISAPI DLL capable of handling the request for ASP.NET pages, which is aspnet_isapi.dll.

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is event bubbling?How to reduce the width of textbox in EditCommandColumn of DataGrid?