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 |
Explain http handlers? Where we can use the http handlers?
Is asp.net a language?
How can we create a website?
Types of session management in ASP.NET ?
How do you identify that the page is postback?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
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?
What is the Custom Error in ASP.NET?
2 Answers ABB, IBM, Infosys, Tech Mahindra,
How to handle errors in Web API?
In try catch blocks one is normal catch block and another is sqlcatchexception block
Why session management is required?