2
Shouts

Solving problems in configuring sql server for session mode 'sql server'

posted by kcherupakcherupa 1252 days, 9 hours, 11 minutes ago
Tuesday, December 15, 2009 5:29:10 AM GMT

Before going to details let me explain my experience on this. I was working on a project which pushed us to use bulky data in session. So we thought that it wouldn't be reliable to use the session in "InProc" mode as the asp.net worker process consumes lot of RAM and leads to crash the service. To avoid this we decided to use the session state in sql server mode. Telling the asp.net application to use sql server for session state is easy as shown below.

But to make the above to work, we need to setup...

category: Data | clicked: 0 | | source: cherupally.blogspot.com | show counter code
tags: SQL Server, session mode, Configures

No comments yet, be the first one to post comment.

To post your comment please login or signup