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 full trust in asp.net?

0 Answers  


Is asp.net different from asp? If yes, explain how?

0 Answers  


Why mvc is faster than asp.net? : Asp.Net MVC

0 Answers  


I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.

2 Answers  


Which is the parent class of the ASP.NET server control?

0 Answers   Sans Pareil IT Services,






how can create login from create and written conde in asp.net

0 Answers  


What is data binding in asp net?

0 Answers  


what is CLR?

3 Answers   PrimeLine,


What is the difference between appsetting and connectionstring tags in web.config file

2 Answers   HCL, TCS,


Describe the Server Control Events of ASP.NET?

0 Answers   SwanSoft Technologies,


How do http sessions work?

0 Answers  


What is the difference between session state and session variables ?

6 Answers   Digital GlobalSoft,


Categories