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 server infrastructure & server components?

0 Answers  


what is session ?how sessions are handeled in application? write the clauses of sql server in their order.

3 Answers   Olive Tech,


What is ispostback method in asp.net? Why do we use that?

0 Answers  


How do I send an email message from my ASP.NET page?

0 Answers  


How do you use a custom validator? When might you want to use one?

3 Answers   Infosys,






hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


Explain different authentication modes in asp.net?

0 Answers  


Explain the difference between singleton and single call?

0 Answers  


What is the difference between a.Equals(b) and a == b?

4 Answers  


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


Describe Segmentation With Paging?

0 Answers   MaxSolPro,


How does asp.net page work?

0 Answers  


Categories