views:

34

answers:

1

Folks,

Has anyone came across a scenario where they have used SQL server state management on a 3 tiered architectuere ?

How should one implement (SQL server state management) without bypassing the middlelayer.

Thanks...

A: 

IMO, If the client is too strong on the 3 tier requirement and if the Web server(s) cannont talk with DB directly then StateServer is the solution.

amit