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
How to create multi language website in asp.net mvc? : Asp.Net MVC
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are the Types of session management in ASP.NET
What is difference between URL and URI?
What is session authentication?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is advantage of code behind coding in ASP.NET?
What is applicatio domain?
What are the advantages of asp.net?
How do I use response redirect?
What are sql joins?
Is post back property in asp net?
Explain the overview of asp.net?
What is scope of an application variable in asp.net?
Explain managed code an un-managed code.