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
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is the viewstate in asp.net?
when a request is made in Life cycle of ASP.NET page .
What is cross page posting in asp net?
If you are using components in your application, how can you handle exceptions raised in a component?
Explain how can we inherit a static variable?
Why we are using mvc instead of asp.net? : Asp.Net MVC
How to do state management in ASP.NET?
Which type of state management is provided by Query String in ASP.NET?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What are the event handlers that we can have in global.asax file?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the difference between ldap and active directory?
Is session stored in browser?
Briefly describe the role of global.asax?