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

What language is asp.net written in?

528


What asp.net control can embed xaml into asp.net pages?

543


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

604


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

585


What is dynamic web page with example?

528






What is the difference between typeof() vs gettype()?

556


What are cookies in asp.net?

578


How do sessions work?

538


Where would you use an ihttpmodule, and what are the limitations if any?

529


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

511


What are the advantages and limitations of query string?

574


What a diffgram is, and a good use for one?

570


Explain the difference between debug.write and trace.write?

540


How can we apply themes to an asp.net application?

562


Where code pages are used?

692