Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process?

Answer Posted / radha

inetinfo.exe is the microsoft server runing , handling
ASP.NET request and other things.when the asp.net request
is recieved (usually the it gets .aspx extention) 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 ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define a multilingual website?

726


What is the full form of asp.net?

726


What is state management in .net?

813


Give 2 examples for scenarios when routing is not applied?

789


Explain how asp.net page works?

765


Write a code snippet to implement the indentation in json in web api.

783


What are the differences between primary foreign and unique keys?

769


What is an il?

742


Differentiate between authentication and authorization.

760


Explain difference between dataset and datareader?

797


What is form submit?

702


What are web beacons used for?

738


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1635


If 200 is for all successful operation then why do we have 201 response codes?

716


What is the use of session in web application?

692