What Is ASPNET_WP.exe?
What Is The Use Of It?
In Which Place Inproc Session Stored ?
Explain Session State ?
Answer Posted / 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 View All Answers
What does asp stand for in asp.net?
Explain server-side scripting and client-side scripting.
Explain about Automatic resource management?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is difference in .net 1.1 and .net 2.0?
What is asynchronous call?
What is session object? Describe in detail.
A web service can only be written in .net? State whether true or false.
Where is the view state data stored in asp net?
What is the use of placeholder control?
Can more than one person use the same login?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is the appSettings Section in the web.config file?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What are the validation controls available in ASP.NET?