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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / srinivas.r

ASPNET_WP.exe is used to store Session state. this is
default setting for IIS,if we reboot IIS or re load the
page the we lost session state.

In IIS Inproc session will stores.

Seeion state is used to maintain the all the information of
the page. there are 4 types.

Inpoc
Outprc
State Server
Sql Server

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is gridview in asp.net?

0 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


Describe the application event handlers in ASP.NET?

0 Answers   HCL,


What's the difference between viewstate and sessionstate?

0 Answers  


Write a code for "RequiredFieldValidator" in java script

5 Answers   Wipro,






How to find last error which occurred?

0 Answers  


COM+ Used ________________ Isolation Level

0 Answers   CTS,


how to do pakaging nd deployment

1 Answers  


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

0 Answers   MindCracker,


What is intrinsic objects in asp.net?

0 Answers  


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.

0 Answers   Siemens,


Categories