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
What is Web Server Control Templates.?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is request and response in asp.net?
What is use of Master Page in ASP.NET web pages?
How does session id work?
In which event are the controls fully loaded?
How will you do Redo and Undo in a TextControl?
Explain how does asp page work?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Why do we need asp.net?
What is the difference between page directive include and action tag include?
Can we use html in asp.net?
What is the concept of view state in asp.net?
How do I create a web form?