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


Please Help Members By Posting Answers For Below Questions

Can you explain autopostback?

537


What is Bundling and Minification in MVC?

582


Is it possible to apply themes to an asp.net application? If yes, then how?

579


What is a ashx file?

556


What a diffgram is, and a good use for one?

569






Explain what is event bubbling?

576


How can we identify that the Page is Post Back?

559


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

3409


Which is better viewstate or session?

516


How can you use a custom controls in ASP.NET application?

552


What is the difference between equals() and == in c#?

572


Difference between web user control and web custom control?

504


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1719


Can we add code files of different languages in app_code folder?

601


Is asp.net mvc front end or backend? : Asp.Net MVC

491