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
Explain how can we access static variable?
What is asp.net mvc5? : Asp.Net MVC
What are server side controls?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is different in .net 1.1 and .net 2.0?
What is the default timeout for a cookie?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is in a session cookie?
What is a form tag?
What is marshalling ? Is it a part of asp.net ?
What is the purpose of master page?
What are session cookies?
Why should i prefer JSP over asp.net or any other web development language..??
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What are themes and skins in 2.0, explain usage scenario?