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
What do you mean by query string?
Explain about solution explorer window?
What is asp.net master page?
Should I delete cookies?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is ispostback method in asp.net? Why do we use that?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How does a web application session work?
How does session state work in asp.net?
What is the main difference between Asp.net and Vb.net?
What is difference between Lambda Expression and LINQ in ASP.NET?
Explain client-side scripting?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Where sessions are stored in asp.net?
Write some code using interfaces, virtual methods, and an abstract class`