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
Why is asp.net so popular?
What are the advantages of Web API?
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?
To get the values in two different controls to match which control you use it?
Explain about consistent programming model in the .NET framework?
How can I have a particular web page in an asp.net application which displays its own error page?
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?
Define application state variable and session state variable?
What is page request in asp.net?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
How to create events for a control?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain about asp.net 2.0 themes?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
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