Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What are the precautions you will take in order that StateServer Mode
What are the precautions you will take in order that StateServer Mode work properly ?
✍: Guest
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.
2007-10-23, 4600👍, 0💬
Popular Posts:
What does static variable mean? There are 3 main uses for static variables: If you declare within a ...
How does multi-threading take place on a computer with a single CPU? The operating system's task sch...
What Is the "@SuiteClasses" Annotation? "@SuiteClasses" is a class annotation defined in JUnit 4.4 i...
Do events have return type ? No, events do not have return type.
What Happens If a Hyper Link Points to a Music File? - XHTML 1.0 Tutorials - Understanding Hyper Lin...