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
Contrast OOP and SOA. What are tenets of each ?
What are the main requirements for caching?
Why do we need a web application session?
What does asp.net stand for?
How u refer webservices?
I’m having some trouble with cas. How can I diagnose my problem?
Explain the difference between asp and asp.net?
Can user control be stored in library?
How can we prevent browser from caching an aspx page?
How long the items in ViewState exists?
What is event bubbling?
How many types of Cookies are available in ASP.NET?
Is it possible to write code in many languages in one asp.net project?
What kind of data can be stored in viewstate?
What is base class of .net?