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 another word for redirect?

0 Answers  


Should I delete cookies?

0 Answers  


Explain advantages of caching?

0 Answers  


What is s2s tracking?

0 Answers  


What is Partial in ASP.NET 2.0?

2 Answers   Fulcrum Logic,






hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder

1 Answers  


Why is mvc better than asp.net?

0 Answers  


How do active server pages work?

0 Answers  


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


What are the different modes for the sessionstates in the web.config file?

2 Answers  


Can we use multiple web.config files in an sigle appliction?

3 Answers   IBS,


What is web router?

0 Answers  


Categories