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

Explain how does asp page work?

760


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

895


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

689


What is the difference between CC and BCC?

794


What is the difference between the get method () and post method ()?

704


What is web api and why to use it?

753


What are the 3 levels at which content pages can be attached to Master Page?

782


What is the difference between mechine.config and web.config?

963


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

706


What is session in http request?

772


What is difference between session and cookies?

757


What is state management techniques in asp.net?

738


What are the layouts of ASP.NET Pages?

795


Explain the concept of MVC Scaffolding?

762


How is a session stored and maintained in asp.net?

712