Posts Tagged ‘sql’

Implement ASP.Net session state

How to implement SQL session state

Start Query Analyzer, connected to the server you want to use for state storage.
Open and execute InstallSqlState.sql script file. By default, InstallSqlState.sql is located in one of the following folders; system drive\ Windows\ Microsoft.NET\ Framework\version\
If you are using trusted connections to connect to your server, you must [...]

Read the rest of this entry »