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 |
What is difference between Fragment Caching and Page Caching in ASP.NET?
How Can assign alias name for ASP.NET Web API Action?
What is preprocessor in .net?
what is diffgram ?
What kind of data we can store in viewstate?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What are Session states available and its Uses?
What is the purpose of using MVC programming pattern in ASP.NET?
What is client side state management?
Explain difference betn dataset and recordset?
How to publish website
which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row