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


Please Help Members By Posting Answers For Below Questions

Explain the difference between AutoPostBack and IspostBack in ASP.NET?

590


What is the typical session identifier?

565


What are the various types of validation controls provided by asp.net?

527


What are the disadvantages of view state?

586


What kind of programming language is ASP.NET?

593






What is viewstate in asp net with example?

515


What is asynchronous call?

566


Explain the updatepanel?

574


Explain what is an assembly?

542


What are the 3 levels at which content pages can be attached to Master Page?

565


What is asp.net with mvc? : Asp.Net MVC

503


Explain file-based dependency and key-based dependency.

560


What are directives in asp.net?

520


How does the service stream content?

574


What is the exact purpose of http handlers?

556