How many types of session in asp.net2.0

Answer Posted / mallikarjuna

sessions are two types :
they are
1.Inprocess(this is default,and high performence)
2:outprocess
in out proc we have other two types of sessions
they are
*state server
*sql server
these out proc is useful whethr the infrmation is
maintained in between to servers that time only we can use
this sessions.

Is This Answer Correct ?    29 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by server side scripting?

535


How do you store a value in viewstate and retrieve them?

580


To wrap up a call to a Web service the standard used is..?

548


What is query string in asp.net?

578


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

597






Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

512


What is DataGrid wheater its a Server Control or something else ?

612


Who generates session id?

503


Is asp.net a programming language or framework?

562


What do you understand by aggregate dependency?

631


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

1917


What is cache in asp net?

547


What is the base class from which web forms are inherited?

547


Which object wraps the state or data of a user?

561


What is redirectpermanent in asp.net?

627