Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process?
Answer Posted / radha
inetinfo.exe is the microsoft server runing , handling
ASP.NET request and other things.when the asp.net request
is recieved (usually the it gets .aspx extention) 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 ? | 5 Yes | 1 No |
Post New Answer View All Answers
In ViewState How much lifespan items stored?
What is the use of service provider?
What is custom events?
What is Web API Routing?
How do cookies work? Give an example of their abuse.
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Which is faster viewbag or viewdata?
What are the events that happen when a client requests an asp.net page from iis server?
What is meant by ispostback in asp net?
Define the types of configuration files.
Explain the concept of event bubbling in ASP.NET?
Difference between singleton and singlecall.
List down the sequence of methods called during the page load.
I’m having some trouble with cas. How can I diagnose my problem?
What is the use of web.config and machine.config files?