Describe the role of inetinfo.exe, aspnet_isapi.dll and
aspnet_wp.exe in the page loading process
Answer Posted / srujana
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 ? | 28 Yes | 1 No |
Post New Answer View All Answers
What is the difference between visual basic and asp.net?
What is the use of service provider?
What are web server controls in asp.net?
What is the significance of finalize method in .net?
How can I configure asp.net applications that are running on a remote machine?
What is anonymous authentication?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How long should a session id be?
Explain page output caching?
What is viewstate information stored?
What are early binding and late binding.
What is query string with example?
How can we create pie chart in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What’s the difference between response .redirect and server.transfer?