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
Explain what are webservices?
Which control has default post back is enabled(true)?
Explain in what order a destructors is called.
What are triggers of an updatepanel?
How you can stop the validation of ASP.NET controls from client side?
What New Features comes with ASP.NET Web API 2.0?
How to bind all the binding controls in a page at once in ASP.NET?
What are cookies in asp.net?
How can you use a custom controls in ASP.NET application?
What are sharepoint pages?
What is the parent class of all the web server control?
What is full form of asp.net?
What is custom events?
How to find last error which occurred?
Fetch one page value to another page without using state-managment ?