Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe

Answer Posted / guest

in the page loading process. 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 ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is asp.net so popular?

588


What are the advantages of Web API?

723


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

552


To get the values in two different controls to match which control you use it?

650


Explain about consistent programming model in the .NET framework?

683






How can I have a particular web page in an asp.net application which displays its own error page?

616


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

650


Define application state variable and session state variable?

655


What is page request in asp.net?

624


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

720


How to create events for a control?

635


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1077


Explain about asp.net 2.0 themes?

636


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

736


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

1650