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
Explain how does asp page work?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is the difference between CC and BCC?
What is the difference between the get method () and post method ()?
What is web api and why to use it?
What are the 3 levels at which content pages can be attached to Master Page?
What is the difference between mechine.config and web.config?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is session in http request?
What is difference between session and cookies?
What is state management techniques in asp.net?
What are the layouts of ASP.NET Pages?
Explain the concept of MVC Scaffolding?
How is a session stored and maintained in asp.net?