Home All Groups Group Topic Archive Search About
Author
17 Jun 2009 4:51 PM
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.

Author
17 Jun 2009 5:11 PM
Juan T. Llibre
Make sure all the servers in the web farm
use the same machinekey and decryption.




Juan T. Llibre, asp.net MVP
¿ Estas probando VS 2010 y ASP.NET 4.0 ?
Regístrate (gratis) en los Foros de VS 2010 y ASP.NET 4.0, en español
http://asp.net.do/foros/forums/
=====================================================
Show quoteHide quote
"mavrick_101" <mavrick***@discussions.microsoft.com> wrote in message
news:9527D139-DFE4-4A0C-8FAF-E7CDF1E0C061@microsoft.com...
> 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.
Are all your drivers up to date? click for free checkup

Author
17 Jun 2009 5:40 PM
Gregory A. Beamer
=?Utf-8?B?bWF2cmlja18xMDE=?= <mavrick***@discussions.microsoft.com>
Show quoteHide quote
wrote in news:9527D139-DFE4-4A0C-8FAF-E7CDF1E0C061@microsoft.com:

> 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

*******************************************
Show quoteHide quote
|      Think outside the box!             |
*******************************************

Bookmark and Share