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



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

Answer / 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

More ASP.NET Interview Questions

Why asp.net mvc is better than asp.net? : Asp.Net MVC

0 Answers  


In which event are the controls fully loaded?

0 Answers  


Where can I get the details on migration of existing projects using various technologies to asp.net?

0 Answers  


What is the file extension of web service?

0 Answers  


What should you do is you want to remove an existing component but would like to make some funtionalities?

0 Answers  






What permissions do asp.net applications posses by default?

0 Answers  


what are the events in ASP.net page life cycle?

1 Answers  


What's the use of response.output.write()?

0 Answers  


What is a web api? Which protocol is used in a web api?

0 Answers  


what is profiles in asp.net

1 Answers  


What is difference between session and cookies?

0 Answers  


Which @page directive should you create an asynchronous page?

1 Answers  


Categories