Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe
Answer Posted / guest
in the page loading process. 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 ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Explain server side state management system.
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
How can I open ashx file in mobile?
Why is this service branded with windows livetm?
What are the navigation ways between pages available in ASP.NET?
How does session work in asp net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is the function used for removing an event listener?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What are the built-in objects in asp.net?
Describe how to implement globalization and localization in the use interface in .net.
What are the main requirements for caching?
What are validator? Name the validation controls in asp.net?
What do you understand by aggregate dependency?