October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Session StateIf you want to store Session state in the most reliable way possible, you can store Session state in a Microsoft SQL Server database. Because you can set up failover SQL Server clusters, Session state stored in SQL Server should survive just about anything, including a major nuclear war.
You must complete the following two steps to enable SQL Server Session state:
Session state.Session state.You can use the aspnet_regsql tool to add the necessary tables and stored procedures to your database to support SQL Server Session state. The aspnet_regsql tool is located in the following path:
\WINDOWS\Microsoft.NET\Framework\[version]\aspnet_regsql.exe ...
Read now
Unlock full access