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 work properly ?
.NET INTERVIEW QUESTIONS - 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.
2009-06-09, 4306👍, 0💬
Popular Posts:
How to force a page to go to another page using JavaScript? <script language="JavaScript" typ...
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...
How To Use mysqlbinlog to View Binary Logs? - MySQL FAQs - Server Daemon mysqld Administration If yo...
What's the difference between J2SDK 1.5 and J2SDK 5.0? There is no difference, Sun Microsystems just...
How can I implement a thread-safe JSP page? You can make your JSPs thread-safe by having them implem...