Which dll handles the request of .aspx page?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online ASP.NET 2.0 Job Interview Questions And Answers