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 a master page and what does it do?
List down the sequence of methods called during the page load.
Explain what is viewstate?
What is the best Macanism to clear the Cache in asp.net
What are session state modes? List some of the important session state modes of asp.net.
In which event of the page life cycle, is the viewstate available?
What do you mean by role-based security?
What’s the catch?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain what is clr?
What is jade template engine?
What are the types of validation in asp net?
What is a web api?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
If you are using components in your application, how can you handle exceptions raised in a component?