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

Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


What is boxing and unboxing?

3 Answers   Patni,


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


What is connection pooling and how to enable and disable connection pooling?

0 Answers  


How many types of Cookies are available in ASP.NET?

0 Answers   MindCracker,






How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


Explain the features that make asp.net more used framework? : asp.net mvc

0 Answers  


What are user controls and custom controls ?

1 Answers  


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


What is cached data phone?

0 Answers  


how can u display multi language (i.e english,spanish...) web site?

2 Answers  


Explain Authentication mechanism in dotnet

0 Answers   BirlaSoft,


Categories