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



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

Answer / 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

More ASP.NET Interview Questions

What is routing in MVC?

0 Answers   Infosys,


can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code

1 Answers   Wipro,


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

0 Answers  


How do sessions work?

0 Answers  


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

0 Answers  






What is gridview in asp.net?

0 Answers  


how many databases and tables are uses in one project?

2 Answers  


What is custom events? How to create it?

0 Answers  


How do u optimize a query in asp.net?

0 Answers   MCN Solutions,


how can you handle "control is not part of this page " error?

3 Answers   FactorH,


If Asp Dot Application is stateless what happened? during designing

3 Answers   TCS,


Explain about asp.net caching?

0 Answers  


Categories