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 reference type to value type.

3 Answers   AG Technologies,


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

0 Answers   Siebel,


What is the base class from which web forms are inherited?

0 Answers  


How to save Link of a Webpage in excel sheet?

1 Answers   HCL, NIIT,


What is an Interface and What is an Abstract Class?

3 Answers  






Difference between asp and asp.net ?

4 Answers   Accenture, BirlaSoft, TCS,


Why do we need asp.net?

0 Answers  


What are the disadvantages of view state / what are the benefits?

2 Answers   Siebel Systems,


Dategrid filtering and sorting How can we sort all the fields at once?

3 Answers   Satyam,


What is the difference between custom controls and user controls?

0 Answers  


Explain about consistent programming model in the .NET framework?

0 Answers  


What are custom user controls in asp.net?

0 Answers  


Categories