Saved Bookmarks
| 1. |
In Which Process Does Iis Runs (was Asking About The Exe File) |
|
Answer» inetinfo.exe is the Microsoft 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 the Microsoft 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. |
|