1
Reply

Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

Dec 04, 2006
7.7k
0

    inetinfo.exe is the Microsoft IIS server running which handles the ASP.NET requests among other things.When an ASP.NET request is received,the ISAPI filter aspnet_isapi.dll takes care of it by passing the request to the actual worker process aspnet_wp.exe.

    S K Thapa
    December 05, 2006
    0