Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
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, 4359👍, 0💬
Popular Posts:
What Happens If the UPDATE Subquery Returns Multiple Rows? - Oracle DBA FAQ - Understanding SQL DML ...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...
What will the following piece of code do? int f(unsigned int x) { int i; for (i=0; x!=0; x>&a...
How To Change the Password of Another User Account? - MySQL FAQs - Managing User Accounts and Access...