SQL setup for Session

  • Thread starter Thread starter mavrick_101
  • Start date Start date
M

mavrick_101

Hi,

I have enabled MSSQL to hold the session info for my application running on
a web-farm.

In the old web.config file(upgrading from 1.1 to 2.0) there was a setting
for machinekey and decryption, how does this translate to .net 2.0 . Should I
just copy paste the old settings from web.config file for these?

Pls help.
 
Hi,

I have enabled MSSQL to hold the session info for my application
running on a web-farm.

In the old web.config file(upgrading from 1.1 to 2.0) there was a
setting for machinekey and decryption, how does this translate to .net
2.0 . Should I just copy paste the old settings from web.config file
for these?

Pls help.


You can use the old values. As Juan has stated, make sure you use the same
on all machines if this is a web farm.


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top