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
What are the advantages of using session?
How you can return View from ASP.NET Web API method?
Which namespace is used by ado.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Explain the steps needed to be performed in order to create an animation in xaml?
Which protocol is used to call a web service?
What is a session in asp.net?
What do you mean by serialize and marshalbyref?
What do you mean by caching in asp.net?
What do you mean by serialize?
What is server components?
What are the features of asp net?
How to handle errors in Web API?
Where is the view state data stored in asp net?