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 |
How to write unmanaged code and how to identify whether the code is managed /unmanaged?
What are merge modules?
what is webservices. howit is use in our project .
How can you debug an ASP page, without touching the code?
1 Answers Prodigy Technologies,
what are the oops concepts are used in your project?
1 Answers AppShark, IBM, Kotak,
What is redirectpermanent in asp.net?
What is session tracking & methods?
Can we use html in asp.net?
What are url fragments?
step to create a strong name?
Which adapter should you use, if you want to get the data from an access database?
How do you trap errors in ASP and how do you invoke a component in ASP ?