Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process.
Answer / 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 |
What is a user session?
What are the type of session in Asp.Net
Does asp.net still recognize the global.asa file?
Difference between response.redirect and server.transfer?
What Are The Difference Between AutoEventWireup="true" and AutoEventWireup="False"
12 Answers Phoenix Technologies,
In ViewState How much lifespan items stored?
When is the ViewState available during the page processing cycle ?
What is the significance of attaching a profile while creating a user?
what is the difference between sql 2000 and 2005?
What is the mvc framework?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
When Garbage Collector will run and how its identifing whether the Object is used or Not.?