Following are the things to remember so that State Server Mode works properly: -
• State Server mode session data is stored in a different process so you must ensure that your objects are serializable.
• <machine Key> elements in Web.config should be identical across all servers. So this ensures that encryption format is same across all computers.
• IIS meta base (\LM\W3SVC\2) must be identical across all servers in that farm.
Asked In: Many Interviews |
Alert Moderator