ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 649 Page Views: 

What is the role of the following in the page load process:- inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe .



Posted By: Avi Date: 3 October 2010 05:05:19 PM
 Answer:

inetinfo.exe is theMicrosoft 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.


Posted By: avibtech


Date: 3 October 2010 05:05:19 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image KHu8Tq
Related Questions
ASP.Net : How a control can participate in event bubbling?

How a control can participate in event bubbling?

There are two methods through which a control can participate in event bubbling. These methods are i....
Category: ASP.Net Date: 10/2/2010 5:06:20 PM
ASP.Net : Diffrentiate between Response.Write() and Response.Output.Write()?

Diffrentiate between Response.Write() and Response.Output.Write()?

Response.write:- 1. An unformatted output is displayed. 2. It writes the text stream. 3. It will ou....
Category: ASP.Net Date: 10/2/2010 4:41:19 PM
ASP.Net : Which transport protocol is used to call a Web Service?

Which transport protocol is used to call a Web Service?

SOAP (Simple Object Access Protocol).It is used to exchange information in a decentralised enviropnm....
Category: ASP.Net Date: 10/2/2010 12:20:19 PM
ASP.Net : Name the different types of directives being used in .Net?

Name the different types of directives being used in .Net?

The directives are as follows:- @Page , @Control , @Import , @Implements , @Register , @Assembly
Category: ASP.Net Date: 10/2/2010 3:36:20 AM
ASP.Net : In .net framework where does the HTML page resides in the class hierarchy?

In .net framework where does the HTML page resides in the class hierarchy?

It lies in System.Web.UI.Page
Category: ASP.Net Date: 10/2/2010 3:11:19 AM