How many types of session in asp.net2.0

Answer Posted / navin.cp

Three types of Sessions are in .Net
1. In Proc
2. Out Proc
3. State Server/ Sql Server

In proc does not support Web Farming &b Web Gardening while
the other 2 supports.

I dont know why people are saying Web Garden & Web Farming
are the types of session for eg. Prem

Is This Answer Correct ?    50 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is application and session in asp.net?

534


How do active server pages work?

546


What is session object? Describe in detail.

560


Describe the events in the life cycle of a web application.

596


What is web router?

503






What happens if an ASP.NET server control with event-handling routines is missing from its definition?

597


What is Model-View-View Model?

605


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1440


What is asp.net caching?

576


What are the main advantages of using asp.net?

552


In which event of page cycle is the viewstate available?

574


What is the difference between the asp and asp.net?

485


How to set the pane area to transparent of a scrollPane component.?

563


What are the different types of validation controls in asp.net?

520


Where is the session stored?

633