What are the major processes that handle a request in Dot Net ?

 Posted by Puneet20884 on 12/23/2009 | Category: .NET Framework Interview questions | Views: 4631
Answer:

aspnet_inetinfo.exe is the process that takes care of IIS running.

aspnet_ISAPI.exe is the process that decides which extenstion has to handle the request for requested document.

aspnet_wp.exe is the Process that processes the actual CLR task for Managed Code.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response