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 are the memory-mapped files?
Can viewstate be accessed in another page?
Explain client-side scripting?
What are the HTML server controls in ASP.NET?
Differentiate between client-side and server-side validations in web pages.
Explain server control extensibility with reference to asp.net 2.0 ?
What are the authentication types in asp.net?
What are client activated objects and server activated objects?
Explain how to prepare culture-specific formatting in .net.
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are sessions in asp net?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is the best Macanism to clear the Cache in asp.net
How Can assign alias name for ASP.NET Web API Action?