What are the different modes for the sessionstates in the
web.config file?
Answer Posted / lavanya
Session states are 3 types
1.Inproc : Session state is maintained in memory of application
2.OutProc : Session state is maintained in separate process
called stateserver
3.Sql server: Session state is maintained at sql server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How to sign out from forms authentication?
What is a gridview in asp.net?
What are the advantages of using session?
What is the difference between user control and custom control?
What is the purpose of url encoding?
What is the asp.net control toolkit?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What do you mean by authorization?
Which is the parent class of the ASP.NET server control?
How to deploy/publish webservices?How many ways?Plz explain me
Describe SOA and the tenets of it?
What are the validation controls available in ASP.NET?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc