What are the precautions you will take in order that StateServer Mode work properly ?

Q

.NET INTERVIEW QUESTIONS - What are the precautions you will take in order that StateServer Mode work properly ?

✍: Guest

A

Following are the things to remember so that StateServer Mode works properly :-
* StateServer mode session data is stored in a different process so you must ensure that your objects are serializable.
* <machineKey> elements in Web.config should be identical across all servers.So this ensures that encryption format is same across all computers.
* IIS metabase (\LM\W3SVC\2) must be identical across all servers in that farm.

2009-06-09, 4443👍, 0💬