Saved Bookmarks
| 1. |
Describe The Role Of Inetinfo.exe, Aspnet_isapi.dll And Aspnet_wp.exe In The Page Loading Process? |
|
Answer» inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests AMONG other things.When an ASP.NET REQUEST is received (usually a file with .aspx extension), the ISAPI FILTER aspnet_isapi.dll TAKES care of it by passing the request to the actual WORKER process aspnet_wp.exe. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension), the ISAPI filter aspnet_isapi.dll takes care of it by passing the request to the actual worker process aspnet_wp.exe. |
|