When we are using Web garden where request is being taken care of by different worker process, we have to make the session mode as out process session mode as described earlier. For Web Garden, we have to configure the out process within the same server but for different worker process.

While using Web garden with your application, you need make a couple of configuration settings in web.config in
<process Model>
section where you need to set certain properties like cpuMask
, RequestLimit
, webGarden
,ClientConnectCheck
, etc.
No comments:
Post a Comment