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
What is synchronous and Asynchronous post back ?
Why is global asax is used?
Can the unique key be null?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What does the .webpart file do?
How to comment out asp.net tags?
What are the features that make asp.net more used framework? : asp.net mvc
Explain the steps to be followed to use passport authentication.
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Where can I get information on cookies in asp.net?
Write some code using interfaces, virtual methods, and an abstract class`
What are the disadvantages of view state?
What is the difference between client-side and server-side validations in webpages?
Explain method to handle error using HttpError in Web API?
What is application variable in asp.net?