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
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 |
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 |
What is http response header?
How do we get only edited/deleted/inserted records from a Dataset?
Can master pages be nested?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Descrie about response.buffer and repsonse.flush ?
What is applicatio domain?
What is fulltrust?
How can u handle Un Managed Code Exceptions in ASP.Net?
What’s the catch?
What are the events that happen when a client requests an asp.net page from iis server?
What is Difference between Callbacks and Postback in ASP.NET?
Can you dynamically assign a Master Page?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)