Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What Is ASPNET_WP.exe?
What Is The Use Of It?
In Which Place Inproc Session Stored ?
Explain Session State ?

Answer Posted / anetcoder

For faster execution of ASP.NET applications that are
primarily based to be hosted on IIS servers, 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 (a process running as inetinfo.exe), depending on
multiple application pools. The worker process handles all
the requests passed to the ASP.NET framework, so we may say
that its actually the main engine that handles all requests
pertaining to ASPNET. For example, when a request for
an .aspx page is recieved by the IIS server, the dll called
aspnet_isapi.dll passes this request to the aspnet_wp.exe
worker process.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the steps needed to be performed in order to create an animation in xaml?

972


What is cross page posting in asp net?

931


How does output caching work in ASP.NET?

911


What are validator? Name the validation controls in asp.net?

972


What is custom events? How to create it?

1016


How do you secure your connection string information?

942


What are HTTP handlers in ASP.NET?

1029


What is asp.net used for?

1065


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

20771


Which class is used to send an email message from an ASP.NET Web page?

969


What are the Types of session management in ASP.NET

989


Explain client side state management system.

924


Tell me the code snippet to show how we can return 404 errors from HttpError?

1224


What is a query string in a url?

938


what are the ihttphandler and ihttphandlerfactory interfaces ?

912