Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe
Answer / guest
in the page loading process. inetinfo.exe is the Microsoft
IIS server running, handling ASP.NET requests among other
things.When an ASP.NET request is received(usually a file
with .aspx extension),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 ? | 3 Yes | 2 No |
Can I tap into other windows livetm services?
Describe how to implement globalization and localization in the use interface in .net.
What is the difference between c# and .net?
What do you mean by serialize and marshalbyref?
How To Authenticate Your Web service??
how to use html code in asp source code?
How long do session variables last?
Is it possible to apply themes to an asp.net application? If yes, then how?
“~” means in asp.net application?
How can u deifne the benefits and limitation of using Viewstate for state management?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How do you access individual items of an Master Page