Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe
Answer Posted / guest
in the page loading process. inetinfo.exe is the Microsoft
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 to the actual worker
process aspnet_wp.exe
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain how dot net compiled code will become platform independent?
Explain the difference between debug.write and trace.write?
What is special types forms
What are the new data controls in asp.net 2.0?
What is a SESSION and APPLICATION object?
Explain the main function of razor in asp.net? : asp.net mvc
What is clickid?
What threading model used in asp and asp.net?
What are the cookies types in asp.net?
Where the viewstate is stored after the page postback?
What is the difference between cookie and session?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the asp.net control toolkit?
What is a reflection?
What are query strings used for?