Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process.



Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process...

Answer / ganesh

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 This Answer Correct ?    7 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What is a user session?

0 Answers  


What are the type of session in Asp.Net

3 Answers  


Does asp.net still recognize the global.asa file?

0 Answers  


Difference between response.redirect and server.transfer?

0 Answers  


What Are The Difference Between AutoEventWireup="true" and AutoEventWireup="False"

12 Answers   Phoenix Technologies,






In ViewState How much lifespan items stored?

0 Answers   Siebel,


When is the ViewState available during the page processing cycle ?

6 Answers   Siebel,


What is the significance of attaching a profile while creating a user?

0 Answers   MCN Solutions,


what is the difference between sql 2000 and 2005?

2 Answers   Cognizant,


What is the mvc framework?

0 Answers  


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

0 Answers  


When Garbage Collector will run and how its identifing whether the Object is used or Not.?

2 Answers   Verizon,


Categories