What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 7492 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ASP.NET Interview Questions > What is the role of the ASP.NET worker p ...

What is the role of the ASP.NET worker process? What is aspnet_wp.exe?

Interview question and answer by: Tripati_tutu | Posted on: 10/14/2010 | Category: ASP.NET Interview questions | Views: 2394 | | Points: 40


Answer:

For faster execution of ASP.NET applications that are primarily based to be hosted on IIS server, the aspnet_wp.exe comes into picture. This file (aspnet_wp.exe) is actually the ASP.NET worker process. The worker process is introduced to actually share the load on the IIS, so that application domains and other services may be maintained by a single worker process.

The aspnet_wp.exe worker process is a part of the Microsoft ASP.NET framework and it is responsible for most of the technical processes in the ASP.NET framework. There may be multiple instances of ASP.NET worker process running on IIS 6 depending on multiple application pools. The worker process handles all the requests passed to the ASP.NET framework, so we can say that it’s actually the main engine that handles all requests pertaining to ASP.NET. For example, when a request for an .aspx page is received by the IIS server, the dll called aspnet_isapi.dll passes this request to the aspnet_wp.exe worker process.

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Tripati_tutu

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/24/2013 1:53:39 PM