February 2007 - Posts
Article on Session state best practices http://msdn.microsoft.com/msdnmag/issues/05/09/sessionstate/default.aspx HOW TO: Configure ASP.NET for Persistent SQL Server Session State Management Due to the stateless nature of the HTTP protocol, Web applications
Read More...
For those pages that do not, you can indicate that session state is not needed and prevent session data from being fetched from the store in requests to these pages. For pages that do not update session state, you can indicate that read-only access is
Read More...
To enable this feature: Start the ASP.NET state service, either using the Services snap-in or by executing "net start aspnet_state" on the command line. The state service will by default listen on port 42424. To change the port, modify the registry
Read More...
The session state options offered by ASP.NET will meet any scenario you need, but there are considerations to selecting between them which are very application specific and we would need a lot more detailed information on the application to make a firm
Read More...
Configure SQL Server to Store ASP.NET Session State http://support.microsoft.com/kb/317604 1. In SQL Query Analyzer, on the File menu, click Open . 2. In the Open Query File dialog box, browse to the InstallSqlState.sql script file, and then click Open
Read More...