I'm developing an asp.net mvc web site that will be deployed on web farm environment. So I've been searching things that I have to consider on programming level.
But most of things that I've found are about IIS setting like session management. Only one thing was related to development like below.
- Object that will be stored on session variable should be implemented serializable.
Isn't there really anything else to be considered for web farm environment on programming level?
Anyone can help me to clear this issue?