ASP.NET 2.0 Question: Download ASP.NET 2.0 PDF

Which dll handles the request of .aspx page?

Tweet Share WhatsApp

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 PDF Read All 87 ASP.NET 2.0 Questions
Previous QuestionNext Question
Explain What is event bubbling?How to reduce the width of textbox in EditCommandColumn of DataGrid?