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

Explain http handlers? Where we can use the http handlers?

0 Answers   Accenture,


Is asp.net a language?

0 Answers  


How can we create a website?

0 Answers  


Types of session management in ASP.NET ?

2 Answers   Microsoft,


How do you identify that the page is postback?

0 Answers  


What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?

2 Answers   Phoenix Technologies,


Can we change the session timeout in ASP.NET, if yes then how and from where?

7 Answers   L&T,


What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


How to handle errors in Web API?

0 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


Why session management is required?

0 Answers  


Categories