1.

What Are The Different Modes For The Sessionstates In The Web.config File?

Answer»

Off INDICATES that session state is not ENABLED.
Inproc Indicates that session state is stored locally.
StateServer Indicates that session state is stored on a remote server.
SQLSERVER Indicates that session state is stored on the SQL Server.

Off Indicates that session state is not enabled.
Inproc Indicates that session state is stored locally.
StateServer Indicates that session state is stored on a remote server.
SQLServer Indicates that session state is stored on the SQL Server.



Discussion

No Comment Found