SQL setup for Session

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.
 
G

Gregory A. Beamer

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! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top