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

Answer Posted / ganesh

inetinfo.exe is theMicrosoft 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 tothe actual worker process aspnet_wp.exe.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are webservices?

637


Which control has default post back is enabled(true)?

691


Explain in what order a destructors is called.

673


What are triggers of an updatepanel?

633


How you can stop the validation of ASP.NET controls from client side?

613






What New Features comes with ASP.NET Web API 2.0?

633


How to bind all the binding controls in a page at once in ASP.NET?

612


What are cookies in asp.net?

684


How can you use a custom controls in ASP.NET application?

616


What are sharepoint pages?

574


What is the parent class of all the web server control?

580


What is full form of asp.net?

607


What is custom events?

658


How to find last error which occurred?

624


Fetch one page value to another page without using state-managment ?

612