Describe the role of inetinfo.exe, aspnet_isapi.dll and
aspnet_wp.exe in the page loading process
Answer Posted / srujana
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 ? | 28 Yes | 1 No |
Post New Answer View All Answers
How to create events for a control?
What is work flow gen? how can it will work with .Net?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What are resource file and how do we generate resource file?
What is fulltrust?
Why web api is better than wcf?
How may clustered index we can create in table?
What is %20 in a url?
What is the importance of Global.asax in ASP.NET?
What is a global postback url?
What do you mean by serialize?
What is a form tag?
What are the memory-mapped files?
What are the options in ASP.NET to maintain state?
What is protected configuration?