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

inetinfo.exe is the microsoft server runing , handling
ASP.NET request and other things.when the asp.net request
is recieved (usually the it gets .aspx extention) 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 ?    5 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


How Can assign alias name for ASP.NET Web API Action?

0 Answers  


What is preprocessor in .net?

0 Answers  


what is diffgram ?

3 Answers  


What kind of data we can store in viewstate?

0 Answers  


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

0 Answers  


What are Session states available and its Uses?

2 Answers   iLogic,


What is the purpose of using MVC programming pattern in ASP.NET?

0 Answers   PUCIT,


What is client side state management?

0 Answers  


Explain difference betn dataset and recordset?

0 Answers  


How to publish website

1 Answers   Syntel,


which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row

3 Answers   Airtel, Aviva,


Categories