hi friends,
Would you like to tell me which dll handles the request of .aspx page?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj SevdaPosted Nov 16, 2011, 6:37 AM
Kunal NaikPosted Nov 15, 2011, 1:58 AM
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.
TulasiPosted Nov 14, 2011, 11:37 PM
aspnet_isapi.dll handles all request to aspx file. actually all dotnet related file including .soap , .axd, .ascx files are handled by aspnet_isapi.dll
Please mark the answer as Accepted if it helps you.
Krishna GaradPosted Nov 14, 2011, 11:26 PM