Ask a Question related to ASP Components, Design and Development.
-
Anthony Jones #1
Re: Session state IIS (Machine Key | Load Balanced Session)
This is a classic ASP group. Try microsoft.public.dotnet.framework.aspnet
"Fred" <me@me.com> wrote in message
news:eHcxLrmXGHA.4120@TK2MSFTNGP03.phx.gbl...validationKey="1C060F3715D25159CB72D5081731225DC62 1467DA0E9FB6A6F12232B09CDA> Hi... I want to enable session state on my IIS 5.0 servers - has anybody
> tried this by doing using the below article, if so did you come across any
> major issues and does it work well?
>
> Thanks!
>
> This page details what is to be done:
> [url]http://support.microsoft.com/?id=312906[/url]
>
>
>
> This key can be used (also in attached machineKey.txt file):
>
>
>
> <machineKey
>
>
>decryptionKey="1A4EB90E247C65C1F41E17F2DBA94A796BA B338FF950E854"> E8354E1D5BEA5B9665833D867895729581026A9A9AC95505A4 C14917956C7075BA2"
>
>the>
> validation="SHA1"
>
> />
>
>
>
> Or a new one can be generated from the attached HashConfigCs.exe. Run it
> with the command: hashconfigcs.exe 24 64
>
>
>
> The machine.config file is found here:
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G
>
>
>
> Open the machine.config file, find the <system.web> section and replace> <machineKey> section with the above key.
> Restart all IIS on the servers in the webfarm.
>
>
> This should enable the ViewState and SessionState (for StateServer mode in
> web.config).
>
>
Anthony Jones Guest
-
#16263 [Com]: session.start() create new empty session file and not resume existing session
ID: 16263 Comment by: pat at burnttech dot com Reported By: kur at natur dot cuni dot cz Status: No Feedback... -
Session State
Hi, I understand that there are 3 modes in which I can configure the SessionStateModule. What I need is an out of process Session State store... -
session state ???
Hi, I have following function in a WebService-class : public int Count() { if ( null == Session ) Session = 0; else -
Session State error -- trying to load public variables
Never mind, I think I've realized that some of the Session vars wouldn't not be set at this page's load time. So I just declared them as name/type... -
Session state...
Why are you calling a webservice that is within the same app. Shouldn't the web service be on a different server or at least be a different IIS...



Reply With Quote

