The HTTP - SYS) It Send The Request To Worker Process. Windows Activation Process Works As Mediator of
The HTTP - SYS) It Send The Request To Worker Process. Windows Activation Process Works As Mediator of
SYS receives the request and based on the application pool name [Which is already registered with the HTTP.SYS] it send the request to worker process. Windows Activation process works as mediator of them. w3wp.exe loads "aspnet_isapi.dll" files to start the HTTPRuntime . HTTPRuntime creates HTTPApplication objects and all request are passed through HTTPModule and finally reached to HttpHandler . This is the request pipeline. After end of Request pipeline ASP.NET Page lifecycle starts.