Link to home
Start Free TrialLog in
Avatar of skykingjwc
skykingjwc

asked on

How to set up ASP.NET state service

I am trying to set up the asp.net state service on a multiprocessor service in order avoid the possibility of another session being created if a different processor were to handle a user request.

The only thing I can find on the actual set up is that i simply need to enable to ASP.NET Session Service.  Is that all there is to it ?
Avatar of Ted Bouskill
Ted Bouskill
Flag of Canada image

Using the session service will allow unique sessions to work on multiple systems.  If you followed Microsofts setups recommendations that is all there is too it.
Avatar of skykingjwc
skykingjwc

ASKER

All the MS docs said was to enable the service.
It just seems too easy.  No IIS config, no changes to the code.

I was hoping to find someone that is actually using this service and could verify that indeed all you need to do is turn on the service.

ASKER CERTIFIED SOLUTION
Avatar of Ted Bouskill
Ted Bouskill
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial