Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

ASP%20.NET%20Interview%20Questions%20and%20Answers

Question: Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
Answer: inetinfo.exe is theMicrosoft 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 tothe actual
worker process aspnet_wp.exe.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook