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

Answer Posted / srujana

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.

Is This Answer Correct ?    28 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a .net web application consume java web service?

514


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

536


What is new asp.net core?

575


What are the features of asp net?

516


How will you maintain versioning in asp.net 2.0?

594






Explain diff between dataset and datareader?

533


Explain the advantages of passport authentication.

513


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

499


What do you mean by role-based security?

569


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

971


Explain exception filters?

593


Why asp.net mvc is better than asp.net? : Asp.Net MVC

501


How you can add an event handler?

577


How long does an http session last?

531


What is the application pool?

550